xml_to_derivations {metacore} | R Documentation |
XML to derivation table
Description
This reads in a xml document and gets all the derivations/comments. These can be cross referenced to variables using the derivation_id's
Usage
xml_to_derivations(doc)
Arguments
doc |
xml document |
Value
dataframe with derivation id's and derivations
See Also
Other xml builder:
xml_to_codelist()
,
xml_to_ds_spec()
,
xml_to_ds_vars()
,
xml_to_value_spec()
,
xml_to_var_spec()
[Package metacore version 0.1.3 Index]