View source: R/execute_commands.R
execute.commands | R Documentation |
This function takes a character vector of shell commands and uses system
to execute them
execute.commands(commands, n.cores = 1)
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. |
system
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.