systemGenericCmd: Wrapper to call 'command' using system2()

Description Usage Arguments Author(s)

Description

Wrapper to call 'command' using system2().

Usage

1
2
3
## Default S3 method:
systemGenericCmd(commandName=NULL, ..., system2ArgsList=list(), .fake=FALSE,
  verbose=FALSE)

Arguments

commandName

Name of command to run

...

Arguments that specify the command line string.

system2ArgsList

Named list of arguments to pass to internal system2 call.

.fake

If TRUE, the executable is not called.

verbose

See Verbose.

Author(s)

Taku Tokuyasu


HenrikBengtsson/aroma.seq documentation built on Feb. 15, 2021, 2:21 a.m.