xml_to_codelist {metacore} | R Documentation |
XML to code list
Description
Reads in a define xml and creates a code_list table. The code_list table is a nested tibble where each row is a code list or permitted value list. The code column contains a vector of a tibble depending on if it is a permitted values or code list
Usage
xml_to_codelist(doc)
Arguments
doc |
xml document |
Value
a tibble containing the code list and permitted value information
See Also
Other xml builder:
xml_to_derivations()
,
xml_to_ds_spec()
,
xml_to_ds_vars()
,
xml_to_value_spec()
,
xml_to_var_spec()
[Package metacore version 0.1.3 Index]