View source: R/getGenomicData.R
getGenomicData | R Documentation |
Retrieves up-to-date COVID-19 genomic data from outbreak.info according to user specifications.
getGenomicData( query_url, location = NULL, cumulative = NULL, pangolin_lineage = NULL, mutations = NULL, ndays = NULL, frequency = NULL, subadmin = NULL, other_threshold = NULL, nday_threshold = NULL, other_exclude = NULL, logInfo = TRUE )
dataframe
uk_b117 = getGenomicData(query_url="prevalence-by-location", location="United Kingdom", pangolin_lineage = "B.1.1.7") head(uk_b117)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.