Description Usage Arguments Value Examples
It acts similiarly to Excel's REPT function. Repeat the text as many times as you want.
1 |
text |
Which text should it repeat n time? |
number_times |
How many times should the function repeat the given text. |
AsOne |
Should function concatenate the text or should it return seperately as a vector(Vector is same as array in Excel) |
In the first example we repeat "Oi" 2 times and it is coerced together as one string. In the second example we don't coerce it together but it still repeats the "Oi" two times. Function will always return character class.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.