Description Usage Arguments Value Examples
View source: R/get_lineage_report.R
Retrieve information about lineages' variants vie outbreak.info's API
1 2 3 4 | get_lineage_report(
lineages,
base.url = "https://api.outbreak.info/genomics/lineage-mutations?pangolin_lineage="
)
|
lineages |
a character vector containing the names of the lineages of interest |
base.url |
The base API URL used to search for lineage reports Default value is "https://api.outbreak.info/genomics/lineage-mutations?pangolin_lineage=" |
A list of data table elements of lineage reports
1 | get_lineage_report(lineages = c("B.1.1.7", "B.1.617.2"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.