R/getInputForDescriptives.R

Defines functions getInputForDescriptives

Documented in getInputForDescriptives

####
#############################################################################
#' Import input for descriptives information.
#'
#' Import input for descriptives information.
#'
#'@param filePath Path to excel file.
#'
#'@return variable information.
#'
#'@examples
#'#tbd
#'
#'@export
getInputForDescriptives <- function(filePath){
  getExcel(filePath, funList = list(check_inputForDescriptives))
}
beckerbenj/eatCodebook documentation built on Feb. 24, 2025, 9:36 a.m.