#' Get Workbook Name
#'
#' Gets the basename of the current working directory
#'
#' @return A string specifying the name of the current working directory
#' @family excel
#' @family directory functions
#' @export
#' @examples
#' sbf_get_workbook_name()
sbf_get_workbook_name <- function() {
basename(getwd())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.