View source: R/getCumulativeBySubadmin.R
getCumulativeBySubadmin | R Documentation |
Retrieve cumulative prevalence of a PANGO lineage by the immediate administrative level of a location
getCumulativeBySubadmin( pangolin_lineage, location = NULL, mutations = NULL, ndays = NULL )
pangolin_lineage |
PANGO lineage name |
location |
(optional) a location name (if not specified, cumulative prevalence at the country level globally returned) |
mutations |
(optional) a 'vector' of mutation(s) |
ndays |
(optional) an 'integer' specifying number of days from current date to calculative cumuative counts (if not specified, no limit on window) |
dataframe
# Worldwide prevalence of B.1.1.7 by country head(getCumulativeBySubadmin(pangolin_lineage="B.1.1.7")) # County-level prevalence of B.1.1.7 head(getCumulativeBySubadmin(pangolin_lineage="B.1.1.7", location="California"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.