This is introduced to provide a function
analogous to numeric and integer
for creating a string with a specific length, populated with space
characters.
This is used for specifying the type of a string with a fixed maximum length.
Usage
string(length)
Arguments
length
number of characters for the string
Value
a character vector with one element
with length characters.