load_options_data <- function(stock) {
data <- paste0(data_root, stock, ".RDS")
assign(paste0(stock, "_options"),
readRDS(data),
envir = options_data)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.