runArgusBatchFile {sdcTable} | R Documentation |
runArgusBatchFile
Description
allows to run batch-files for tau argus given the path to an executable of argus.
The provided batch input files can either be created using function createArgusInput
or
can be arbitrarily created. In the latter case, argument obj
should not be specified and not output
is returned, the script is just executed in tau-argus.
Usage
runArgusBatchFile(
obj = NULL,
batchF,
exe = "C:\\Tau\\TauArgus.exe",
batchDataDir = NULL,
verbose = FALSE
)
Arguments
obj |
|
batchF |
a filepath to an batch-input file created by e.g. |
exe |
(character) file-path to tau-argus executable |
batchDataDir |
if different from |
verbose |
(logical) if |
Value
a data.table
containing the protected table or an error in case the batch-file was not solved correctly
if the batch-file was created using sdcTable (argument obj
) was specified. In
case an arbitrarily batch-file has been run, NULL
is returned.
Note
in case a custom batch-file is used as input (e.g obj
is NULL
), this
functions does currently not try to read in any tables to the system.