Skip to content
Prev 169435 / 398506 Next

R system command on windows

Aurelie Labbe, Dr. wrote:
See ?system which tells you to execute the Windows command shell 
(cmd.exe) which is required to run mkdir or easier, just use the wrapper 
function shell() as in:
shell("mkdir toto")

Uwe Ligges