Learn R Programming

covidregionaldata (version 0.8.2)

get_linelist: Get Linelist Data

Description

This function downloads the latest linelist. As this linelist is experiencing a high user demand it may not always be available.

Usage

get_linelist(clean = TRUE, report_delay_only = FALSE)

Arguments

clean

Logical, defaults to TRUE. Should the data returned be cleaned for use.

report_delay_only

Logical, defaults to FALSE. Should only certain variables (id, country, onset date, days' delay), and observations (patients with a report delay) be returned

Value

A linelist of case data

Examples

Run this code
# NOT RUN {
# Get the complete linelist
get_linelist()

# Return the report delay only
get_linelist(report_delay_only = TRUE)

# }

Run the code above in your browser using DataLab