#' Read time record
#'
#' @param filename Path to the folder
#'
#' @export
read_time <- function(folder) {
read_data(folder, "time")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.