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)

Arguments

batch_file

A batchfile description.

...

Additional arguments passed to the batch file processor. Typically this will be a working directory. Use sbe_batch_path() to convert file paths that are valid in R to file paths that are valid for SBEBatch.

quiet

Use TRUE to suppress non-error output.

timeout

See processx::run().

path

A valid path in R.

reconfigure

Use TRUE to force automatic detection of SBEBatch.exe

drive

By default this is detected from the location of the R executable; pass an explicit value if this configuration fails.