#' Returns existing templates for raw data
#'
#' @return
#' @export
#'
#'
get_data_template_names <- function() {
# .info list
new_info_list()
# Return names
names(.info[["defaults"]])[-1]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.