#' Confirm that sheet exists
#'
#' @param filepath filepath to MMD Collection Tool
#' @param sheetname name of the sheet to check
#'
#' @export
ingest_sheetexist <- function(filepath, sheetname){
sheets <- readxl::excel_sheets(filepath)
sheetname %in% sheets
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.