#' @family directory functions
#' @keywords internal
#' @importFrom utils tail
get_dataset_name <- function(file_path){
dataset_name <- utils::tail(strsplit(dirname(file_path), "/")[[1]],n = 1)
return(dataset_name)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.