repeat
function repeat(column, n): Column;Defined in: functions/string.ts:118
Repeats a string column n times.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
n | number |
function repeat(column, n): Column;Defined in: functions/string.ts:118
Repeats a string column n times.
| Parameter | Type |
|---|---|
column | ColOrName |
n | number |