Skip to content

repeat

function repeat(column, n): Column;

Defined in: functions/string.ts:126

Repeats a string column n times.

Parameter Type
column ColOrName
n number

Column