xmlTypes2RTypes | R Documentation |
Create a data.table from a file metadata xml.
xmlTypes2RTypes(xmlType) xml_attrs2dt(xmlname, dataset)
xmlType |
character vector with the name of the type of an xml element |
xmlname |
character vector of length 1 with the name of the xml file |
dataset |
character vector of length 1 with the dataset name |
xmlname <- system.file( "extdata/metadata/output_files", "antennas_dict.xml", package = "simutils" ) xml_attrs2dt(xmlname, "antennas") xmlname <- system.file( "extdata/metadata/output_files", "persons_dict.xml", package = "simutils" ) xml_attrs2dt(xmlname, "individuals")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.