
Switzerland Class for downloading, cleaning and processing notification data
Source:R/Switzerland.R
Switzerland.RdInformation for downloading, cleaning and processing COVID-19 region data for Switzerland
Super class
covidregionaldata::DataClass -> Switzerland
Public fields
originname of origin to fetch data for
supported_levelsA list of supported levels.
supported_region_namesA list of region names in order of level.
supported_region_codesA list of region codes in order of level.
common_data_urlsList of named links to raw data. This url links to a JSON file which provides the addresses for the most recently-updated CSV files, which are then downloaded.
source_data_colsexisting columns within the raw data
source_textPlain text description of the source of the data
source_urlWebsite address for explanation/introduction of the data
Methods
Inherited methods
Method download()
Download function to get raw data. Downloads
the updated list of CSV files using download_JSON, filters
that to identify the required CSV files, then uses the parent
method download to download the CSV files.