View source: R/getCuratedLineages.R
getCuratedLineages | R Documentation |
Retrieve a curated list of Variants of Concern, Variants of Interest, Variants Under Monitoring, and de-escalated variants maintained by the [outbreak.info team](https://outbreak.info/situation-reports)
getCuratedLineages()
dataframe containing VOCs, VOIs, VUMs, and associated metadata.
curated = getCuratedLineages() # Pull out the curated lineages which are WHO-desginated curated[!is.na(curated$who_name),] # Pull out the Variants of Concern curated[curated$variantType == "Variant of Concern",]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.