Description
Public COVID-19 Data for Norway.
Description
Publicly available COVID-19 data for Norway cleaned and merged into one dataset, including PCR confirmed cases, tests, hospitalisation and vaccination.
README.md
covidnor
Overview
covidnor cleans and merges the publicly available datasets on COVID-19 in Norway into analysis-ready datasets.
The following data are provided in this package:
- case numbers
- ICU/hospital admissions
- testing
- vaccinations
Read the introduction vignette here or run help(package="covidnor")
.
csverse
The csverse is a set of R packages developed to help solve problems that frequently occur when performing disease surveillance.
If you want to install the dev versions (or access packages that haven't been released on CRAN), run usethis::edit_r_profile()
to edit your .Rprofile
.
Then write in:
options(
repos = structure(c(
CSVERSE = "https://www.csids.no/drat/",
CRAN = "https://cran.rstudio.com"
))
)
Save the file and restart R.
You can now install csverse packages from our drat repository.
install.packages("covidnor")