as.unfvector | R Documentation |
Standardize a vector according to UNF specifications
as.unfvector(x, ...)
x |
A vector to be coerced to a character string representation according to the UNF specification. |
... |
Additional arguments passed to methods. |
The UNF specifications describes how to coerce all R data types to a standardized character representation. This S3 method exposes that coercion functionality.
A character string with class “unfvector” manipulated to follow the UNF specification. These are used internally by unf6
.
Thomas J. Leeper (thosjleeper@gmail.com)
unf
, unf6
, %unf%
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.