R/getChapters.R

Defines functions getChapters

Documented in getChapters

####
#############################################################################
#' Import chapter structure information.
#'
#' Import chapter structure information.
#'
#'@param filePath Path to excel file.
#'
#'@return Chapter structure information.
#'
#'@examples
#'#tbd
#'
#'@export
getChapters <- function(filePath){
  getExcel(filePath)
}
beckerbenj/eatCodebook documentation built on Feb. 24, 2025, 9:36 a.m.