shell.exec {base} | R Documentation |
Opens the specified file using the application specified in the Windows file associations.
shell.exec(file)
file |
file to be opened. |
It is likely that file
needs to be a complete path, e.g.
‘"c:/R/results.html"’ or ‘"c:\R\results.html"’ as most
applications interpret files relative to their working directory.
No value.
B. D. Ripley
system
, shell