Skip to contents

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