Skip to contents

Create a new bascet instance. For advanced users only

Usage

BascetInstance(
  bin,
  tempdir,
  prependCmd = "",
  containerMem = "0B",
  logLevel = c("info", "debug", "warn"),
  logToFile = TRUE
)

Arguments

bin

Name of the binary

tempdir

Directory where to store temporary files

prependCmd

Something to prepend to the command, to e.g. support container systems

containerMem

Amount of memory used by the container itself

logLevel

...

logToFile

Whether Bascet logs are written to files

Value

A Bascet instance