Standardize a vector according to UNF specifications

as.unfvector(x, ...)

Arguments

x

A vector to be coerced to a character string representation according to the UNF specification.

Additional arguments passed to methods.

Value

A character string with class “unfvector” manipulated to follow the UNF specification. These are used internally by unf6.

Details

The UNF specifications describes how to coerce all R data types to a standardized character representation. This S3 method exposes that coercion functionality.

See also

unf, unf6, %unf%