####
#############################################################################
#' 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.