A function that reads a data dictionary file.
Usage
read_data_dictionary(filename = "", metadata_location = NULL, ...)
Arguments
- filename
The filename of the data dictionary file.
- metadata_location
Location of the data dictionary files,
if NULL system variables will be used.
- ...
Additional parameters to be passed to the file reading function.
Value
A data frame containing the data dictionary.