sys | R Documentation |
Runs unix
or dos
depending on the current operating system. For
R, just runs system
with optional concatenation of first two
arguments which are assumed named command
and text
.
sys(command, text=NULL, output=TRUE)
# S-Plus: sys(\dots, minimized=FALSE)
command |
system command to execute |
text |
text to concatenate to system command, if any (typically options or file names or both) |
output |
set to |
see unix
or dos
executes system commands
unix
, system
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.