Writes categorical variable tables from an EML object as text files
Source:R/getEMLfunctions.R
write_catvar_tables.Rd
write_catvar_tables
is a wrapper around get_catvar_tables().
It takes an EML object and writes one categorical variable table for each data table
in the EML file. It writes the attribute tables as .txt files in the working directory
or a specified path. This function is useful for recreating metadata with EMLassemblyline,
when the user doesn't have access to the original text files.
Usage
write_catvar_tables(eml_object, path = here::here())