Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


textutils (version 0.2-0)

spaces: Create Vectors of White Space

Description

Create character vectors of white space.

Usage

spaces(n)

Arguments

n

integer

Value

character

Details

The function creates a character vector of white-space strings. Such vectors are useful, for instance, for padding character vectors.

See Also

strexp

Examples

Run this code
# NOT RUN {
spaces(0:3)
# }

Run the code above in your browser using DataLab