getSeqCounts | R Documentation |
Retrieves number of sequences by location, by date of sample collection. See getSubmissionDateByLocation to view similar information by date of sequence submission.
getSeqCounts(location = NULL, cumulative = NULL, subadmin = NULL)
location |
(optional) a location name (if not specified, global total counts returned) |
cumulative |
(optional) Boolean (T/F), T returns cumulative number of sequences to date |
subadmin |
(optional) Boolean (T/F), subadmin=T and cumulative=T returns cumulative number of sequences for next administrative level |
dataframe
# Retrieves the number of samples sequenced in the U.S. each day, by date of sample collection getSeqCounts(location="United States") # Returns the total number of global sequences in the outbreak.info API. getSeqCounts(cumulative=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.