#' This function returns the ticker for a stock
#' @param stock A string providing the stock name
#'
#' @return A string with the ticker code
#' @export
#'
f_ticker <- function(stock) {
return(stock)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.