#' @title COVID-19 U.S. Data
#' @description Get Covid-19 data
#'
#' @return
#' @export
#'
#' @examples
#' covid()
covid <- function(...){
url <- finnhub_endpoint('covid19')
df <- retry_get(url,
query = list(token = finnhub_key()))
df
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.