myshell {MIfuns} | R Documentation |
myshell
runs a DOS command without opening a command window. myshell(cmd)
is
just a synonym for
quote{system(paste(Sys.getenv("COMSPEC"),"/c",cmd), intern = FALSE, wait = TRUE, input = NULL,
show.output.on.console = FALSE, minimized = FALSE, invisible = TRUE)
}
myshell(cmd)
cmd |
DOS command as a character string |
See documentation for system
.
Developed by Metrum Institute (Bill Gillespie and others).
MIfuns package available from Metrum Institute website (http://metruminstitute.org/
).