Skip to content

repeat

function repeat(column, n): Column;

Defined in: functions/string.ts:118

Repeats a string column n times.

ParameterType
columnColOrName
nnumber

Column