readArglists: Read Argument Lists from CSV File

View source: R/readArgs.R

readArglistsR Documentation

Read Argument Lists from CSV File

Description

Read argument lists from CSV (or MS Excel) file

Usage

readArglists(
  file = NULL,
  configTable = readArglistsTable.csv(safePath(file), dbg = dbg),
  dbg = FALSE
)

Arguments

file

full path to comma separated file containing the argument specification

configTable

Instead of the file you may provide a data frame containing the configuration

dbg

if TRUE, debug messages are shown


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.