View source: R/getGlobalPrevalence.R
getGlobalPrevalence | R Documentation |
Retrieves the global daily prevalence of a PANGO lineage
getGlobalPrevalence(pangolin_lineage, mutations = NULL, cumulative = NULL)
pangolin_lineage |
PANGO lineage name |
mutations |
(optional) a 'vector' of mutation(s) |
cumulative |
(optional) 'Boolean' (T/F), T returns cumulative global prevalence since first day of detection |
dataframe
# B.1.1.7 lineage b117 = getGlobalPrevalence(pangolin_lineage = "B.1.1.7", mutations = "S:E484K") head(b117)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.