TITLE(character @@ Character String Vectors)
USAGE(
character(n=0)
BLANK
as.character(x)
is.character(x)
)
ALIAS(character)
ALIAS(as.character)
ALIAS(is.character)
VALUE(
This function creates a character vector of the specified length.
The elements of the vector are all equal to LANG("").
PARA
LANG(as.character) attempts to coerce its argument to be of character
type.
PARA
LANG(is.character) returns LANG(TRUE) or LANG(FALSE) depending on
whether its argument is of character type or not.
)
