#' read all timeseries df
#'
#' @param destination
#'
#' @return
#' @export
#'
#' @examples
read_all_timeseries_df <- function(destination) {
df <- read.csv(paste0(destination, "all_timeseries_df.csv"))
return(df)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.