#' Removes dataset
#'
#' @param name name of dataset
#'
#' @return
#' @export
#'
#'
remove_dataset <- function(name) {
.datasets[[name]] <<- NULL
.info[["raw_datasets"]][[name]] <<- NULL
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.