Retrieve dictionary of lookup codes for a specified dataset name
Source:R/process_data.R
get_codes_dict.Rd
get_codes_dict()
searches for an internal .rda file in the specified package
and retrieves the codes dictionary based on the provided data name and naming
convention. The naming convention is assumed to include the data name followed
by a double underscore "__".
Value
A list with the codes dictionary (codes_dict
) and the associated
variable name (codes_varname
) if found, otherwise each element will be NULL.