R/excel-name.R

Defines functions sbf_get_workbook_name

Documented in sbf_get_workbook_name

#' 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())
}
poissonconsulting/subfoldr2 documentation built on Nov. 17, 2024, 1:33 a.m.