Learn R Programming

UNF (version 2.0.8)

as.unfvector: UNF Vector Representation

Description

Standardize a vector according to UNF specifications

Usage

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%