write_naaccr_xml | R Documentation |
Write records to a NAACCR-formatted XML file
write_naaccr_xml(
records,
con,
version = NULL,
format = NULL,
base_dictionary = NULL,
user_dictionary = 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 |
base_dictionary |
URI for the dictionary defining the NAACCR data items.
If this is |
user_dictionary |
URI for the dictionary defining the user-specified
data items. If |
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.