write_naaccr | R Documentation |
Write records from a naaccr_record
object to a connection in
fixed-width format, according to a specific version of the NAACCR format.
write_naaccr(records, con, version = NULL, format = NULL, encoding = "UTF-8")
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.