get_latest_data: Retrieve updated COVID Symptom Study Sweden (CSSS) data

View source: R/get_latest_data.R

get_latest_dataR Documentation

Retrieve updated COVID Symptom Study Sweden (CSSS) data

Description

Downloads latest version of CSSS data.

Usage

get_latest_data(data_level = c("national", "county", "postcode"))

Arguments

data_level

selects which data set from CSSS you want to download: "national" (default), "county" or "postcode"

Details

This function was designed to download the latest data from COVID Symptom Study Sweden without the need to update the package on a regular basis.

Value

This function returns the selected data.frame

Author(s)

Hugo Fitipaldi

Examples

df <- get_latest_data(data_level = "county")


csss-resultat/covidsymptom documentation built on Oct. 21, 2022, 8:35 a.m.