| makeNstr | R Documentation |
Takes a character and creates a string that is the character repeated len times.
makeNstr(char, len)
char |
character to be repeated |
len |
number of times to repeat |
A string that is char repeated len times.
Charles Dupont
paste, rep
makeNstr(" ", 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.