Run SBEBatch.exe
sbe_run_batch(batch_file, ..., quiet = FALSE, timeout = Inf) sbe_batch_path(path) has_sbe_batch() sbe_batch_configure(reconfigure = FALSE, drive = NULL)
batch_file | A batchfile description. |
---|---|
... | Additional arguments passed to the batch file processor.
Typically this will be a working directory. Use |
quiet | Use |
timeout | See |
path | A valid path in R. |
reconfigure | Use |
drive | By default this is detected from the location of the R executable; pass an explicit value if this configuration fails. |