get_linelist: Get patient line list data

Description Usage Arguments Value Source Examples

View source: R/get_linelist.R

Description

[Deprecated]

Provides a public international patient line list from January 2020 to June 2020.

This version of the line list has stopped updating. The new version of the line list is free but requires a login.

See: https://global.health/

Usage

1
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 line list of reported cases of COVID-19

Source

https://github.com/beoutbreakprepared/nCoV2019

Examples

1
2
3
4
5
6
7
8
## Not run: 
# Get the complete linelist
get_linelist()

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

## End(Not run)

covidregionaldata documentation built on Feb. 7, 2022, 9:07 a.m.