makeNstr.Rd
Takes a character and creates a string that is the character repeated len times.
len
makeNstr(char, len)
character to be repeated
number of times to repeat char.
char
A string that is char repeated len times.
Charles Dupont
paste, rep
paste
rep
makeNstr(" ", 5) #> [1] " "