as.unfvector: UNF Vector Representation

View source: R/unfvector.R

as.unfvectorR Documentation

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.

Details

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

Value

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

Author(s)

Thomas J. Leeper (thosjleeper@gmail.com)

See Also

unf, unf6, %unf%


UNF documentation built on April 13, 2022, 5:06 p.m.