R/check_csv_config.R

Defines functions check_csv_config

# check_csv_config -------------------------------------------------------------
check_csv_config <- function(config)
{
  if (is.null(config)) {
    stop_text("empty_csv_config")
  }
}
KWB-R/kwb.prep documentation built on June 11, 2022, 1:29 p.m.