Description Usage Arguments Details Value Author(s) See Also Examples
Opens the specified file or URL using the application specified in the Windows file associations.
1 |
file |
file or URL to be opened. |
The path in file
is interpreted relative to the current working
directory.
R versions 2.13.0 and earlier interpreted file
relative to
the R home directory, so a complete path was usually needed.
Encoded file:// URLs should be in the Windows standard form,
e.g. "file:///c:/path/to/file.txt"
.
No value, but informative error messages will be given if the operation fails.
B. D. Ripley and Duncan Murdoch
1 2 3 4 5 6 7 | ## Not run:
## the space should not be encoded here
shell.exec("C:\\Program Files\\BreezeSys\\BreezeBrowser\\Breezebrowser.htm")
shell.exec("C:/Program Files/BreezeSys/BreezeBrowser/Breezebrowser.htm")
shell.exec("file:///C:/Program Files/BreezeSys/BreezeBrowser/Breezebrowser.htm")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.