#' @title Set API Key
#'
#' @description Add your API key to environment variable FINNHUB_KEY
#'
#' @param key Insert your Finnhub API key
#'
#' @return
#' @export
#'
#' @examples
#' set_finnhub_key('a3adca3132adf2135tscsdd')
set_finnhub_key <- function(key){
Sys.setenv(FINNHUB_KEY = key)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.