The goal of CanCovidData is to provide a collection of covid-19 data import functions for international and Canadian data, as well as some helper functions for data processing and graphing.
Please consult the documentation and example articles for further information.
This package is still in beta, and the data feeds it accesses aren’t always stable. Please feel free to flag issues or add pull requests.
You can install the released version of CanCovidData from GitHub with:
remotes::install_github("mountainmath/CanCovidData")
library(CanCovidData) provincial_data <- get_canada_official_provincial_data() country_data <- get_country_timeline_ecdc_jhs_data()
Issues and pull requests are highly appreciated.