systemE: Run an external command

Description Usage Arguments

View source: R/systemE.r

Description

A wrapper around the system2 function that raise an error if the external external command resulted in an error. See the link{system2} function for more information.

Usage

1
systemE(command, args, call = FALSE, dir = NA)

Arguments

command

an external command to run

args

an arguments to the command

call

prints the command call, useful for debugging

dir

run the command in a target directory. Some external commands create output in the directory they are executed. This is often less than ideal and leads to an unwanted shuffling with files or increased complexity to accomodate to this behaviour.


bioDS/phyloRNA documentation built on Feb. 21, 2022, 3:28 p.m.