#' @title Confirm Finnhub API key
#' @description Confirm environment variable FINNHUB_KEY has been set in working environment
#'
#' @return
#' @export
#'
#' @examples
#' finnhub_key()
finnhub_key <- function(){
Sys.getenv('FINNHUB_KEY')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.