powered by
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/
get_linelist(clean = TRUE, report_delay_only = FALSE)
Logical, defaults to TRUE. Should the data returned be cleaned for use.
TRUE
Logical, defaults to FALSE. Should only certain variables (id, country, onset date, days' delay), and observations (patients with a report delay) be returned
FALSE
A line list of reported cases of COVID-19
# NOT RUN { # Get the complete linelist get_linelist() # Return the report delay only get_linelist(report_delay_only = TRUE) # } # NOT RUN { # }
Run the code above in your browser using DataLab