View source: R/get_metric_description.R
get_metric_description | R Documentation |
Given a COVID-19 metric collected in the scraped data, returns a description of that metric, primarily useful for plotting (e.g. axis labels, titles, etc.).
get_metric_description(metric, short = FALSE)
metric |
character string of the given metric |
short |
logical, whether to return the short (vs. long) description |
character string of the given metric's description
get_metric_description("Residents.Active")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.