Reads in subnational data for Peru to calculate most recent estimate of per capita active COVID-19 cases. Use with LoadData() is recommended.

LoadPeru()

Value

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).

Note

Data obtained from COVID-19 Data Hub https://covid19datahub.io and sourced from https://github.com/jmcastagnetto/covid-19-peru-data

References

Guidotti et al., (2020). COVID-19 Data Hub. Journal of Open Source Software, 5(51), 2376, https://doi.org/10.21105/joss.02376

See also

Examples

Peru <- LoadPeru()