Learn R Programming

metacore (version 0.2.0)

xml_to_derivations: 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)

Value

dataframe with derivation id's and derivations

Arguments

doc

xml document

See Also

Other xml builder: xml_to_codelist(), xml_to_ds_spec(), xml_to_ds_vars(), xml_to_value_spec(), xml_to_var_spec()