#' Read data
#'
#' @param filename Path to the folder
#' @param variable What to read
#'
#' @export
read_data <- function(folder, variable) {
read_binary(paste0(folder, "/", variable, ".dat"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.