sbe_run_batch: Run SBEBatch.exe

Description Usage Arguments

View source: R/sbe-batch.R

Description

Run SBEBatch.exe

Usage

1
2
3
4
5
6
7
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.


paleolimbot/sbe documentation built on Dec. 31, 2020, 1:13 a.m.