Description Usage Arguments References See Also Examples
Opens a browser to browse the provided url.
The default browser can be set via options:
gtfo.browse.bin:Binary to call.
gtfo.browse.args:Arguments for bin. Use ā%sā as placeholder for the url.
If no option is set, xdg-open will be called on Linux, open on Mac OS and start on Windows.
These commands open the associated default application.
1 |
url |
[ |
https://github.com/freedesktop/xdg-utils
term to start a terminal and fm to start a file manager.
1 2 3 4 5 | ## Not run:
# Open the R project web site
browse("https://www.r-project.org")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.