R/blanks.R
blanks.Rd
Create character vector of blanks
blanks(n)
length of vector
Vector of n blanks
This function emulates the behavior of a homonimous function from Matlab
Waldir Leoncio
blanks(1) #> [1] " " blanks(3) #> [1] " "