R/getAbbrList.R

Defines functions getAbbrList

Documented in getAbbrList

####
#############################################################################
#' Import abbreviation list.
#'
#' Import abbreviation list.
#'
#'@param filePath Path to excel file.
#'
#'@return Abbreviation list.
#'
#'@examples
#'#tbd
#'
#'@export
getAbbrList <- function(filePath){
  stop("'getAbbrList' is deprecated, use 'makeAbbrList' instead.")
  getExcel(filePath)
}
beckerbenj/eatCodebook documentation built on Feb. 24, 2025, 9:36 a.m.