# NOT RUN {
## Get epidemiology data for the the whole of the UK from the ECDC for all
## available dates
get_data(tbl_name = "epidemiology",
.source = "WRD_ECDC",
ccode = "GBR",
adm = 0)
## Get epidemiology data for the the whole of the UK from the ECDC for all
## available dates
get_data_epidemiology(.source = "WRD_ECDC",
ccode = "UK",
adm = 0)
## Get weather data for the the whole of the UK for all available dates
get_data_weather(ccode = "GBR",
adm = 0)
## Get mobility data for the the whole of the UK from Apple for all
## available dates
get_data_mobility(.source = "APPLE_MOBILITY",
ccode = "United Kingdom",
adm = 0)
## Get government response data for the the whole of the UK for all
## available dates
get_data_response(ccode = "UK",
adm = 0)
# }
Run the code above in your browser using DataLab