write_naaccr {naaccr} | R Documentation |
Write records in NAACCR format
Description
Write records from a naaccr_record
object to a connection in
fixed-width format, according to a specific version of the NAACCR format.
Usage
write_naaccr(records, con, version = NULL, format = NULL, encoding = "UTF-8")
Arguments
records |
A |
con |
Either a character string naming a file or a
|
version |
An integer specifying the NAACCR format version for parsing
the records. Use this or |
format |
A |
encoding |
String specifying the character encoding for the output file. |
[Package naaccr version 2.0.2 Index]