Return other variables from raw data. Currently supported to return new COVID-19 admissions, all COVID-19 admissions and COVID-19 bed occupancy ("all_bed"). Can easily add other variables in the future if required.
Changes:
new argument keep_vars ("new_adm", "all_adm", "all_bed") to specify which arguments to keep
to be consistent with previous version, if "new_adm" is specified in keep_vars, this data is called "admissions" in the returned data to be consistent with the previous version of this function
Tackling issues #4 and #25
Return other variables from raw data. Currently supported to return new COVID-19 admissions, all COVID-19 admissions and COVID-19 bed occupancy ("all_bed"). Can easily add other variables in the future if required.
Changes: