R/repeat_symbol.R
make_spaces.Rd
Generate spaces of certain length
make_spaces(n)
(integer) A vector of integers indicating number of spaces to generate.
A character vector of length length(n) with spaces.
length(n)
make_spaces(c(2, NA)) #> [1] " " ""