Reads in subnational data for various regions in the Google COVID-19 dataset to calculate most recent estimate of per capita active COVID-19 cases. Use with LoadData() is recommended.
LoadGoogleSourced()
A simple feature returning the date of most recent data (DateReport), a unique region code (geoid), the region name (RegionName) and country name (Country), the number of active cases per capita (pInf) and the regions geometry (geometry).
Data aggregated from local health resources in the Google COVID-19 Open Data datasets https://goo.gle/covid-19-open-data.
O. Wahltinez and others. 2020. COVID-19 Open-Data: curating a fine-grained, global-scale data repository for SARS-CoV-2. Work in progress https://goo.gle/covid-19-open-data.
if (FALSE) {
GS <- LoadGoogleSourced()
}