get_data <- function(){ ## Get sample data when no db conection df = data.table::fread("./data/stock.csv") return(df) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.