Programming friendly names for parameters in the params dataset
Source:R/params_short_names.R
params_short_names.RdThe list of parameters in our bespoke database used for data extraction are
not programming-friendly. For instance, one of the parameters is called
"Human delay - Admission to Care/Hospitalisation to Death", which is unwieldy
if you want to filter on this value. The params_short_names dataset provides
a mapping of the original names to more compact names. For instance, a compact
name for the same parameter is delay_admission_to_death. These names are
available as a column in the params dataset for each pathogen when the
datasets are accessed through the companion package
epireview. It has been provided here
for convenience. Users of epireviewdb might might prefer to work with
these compact names while operating on the datasets.