execute.commands: Execute commands

View source: R/execute_commands.R

execute.commandsR Documentation

Execute commands

Description

This function takes a character vector of shell commands and uses system to execute them

Usage

execute.commands(commands, n.cores = 1)

Arguments

commands

character; vector of shell commands.

n.cores

integer; number of cores to utilize. 1 = serial processing; more than 1 = parallel processin. NOTE: setting n.cores > 1 in an already parallel computational context can cause issues. Default is 1.

See Also

system


kstagaman/sharpton-lab-metaGTx.processing documentation built on Oct. 2, 2022, 4:39 p.m.