read_xml | R Documentation |
Read the XML file file
and convert it to a dmdScheme
object using the function as_dmdScheme()
.
read_xml(file, keepData = TRUE, useSchemeInXml = NULL, verbose = FALSE)
file |
Path to file or connection to write to. |
keepData |
if the data should be kept or replaced with one row with NAs |
useSchemeInXml |
if |
verbose |
give verbose progress info. Useful for debugging. |
# write_xml(dmdScheme_raw(), file = tempfile())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.