browseRsp {R.rsp} | R Documentation |
Starts the internal web browser and opens the URL in the default web browser
Description
Starts the internal web browser and opens the URL in the default web browser. From this page you access not only help pages and demos on how to use RSP, but also other package RSP pages.
Usage
## Default S3 method:
browseRsp(url=paste(urlRoot, path, sep = "/"), urlRoot=sprintf("http://%s:%d",
host, port), host="127.0.0.1", port=8074L, path="", start=TRUE, stop=FALSE, ...)
Arguments
url |
A |
urlRoot |
A |
host |
An optional |
port |
An optional |
path |
An optional |
start |
If |
stop |
If |
... |
Additional arguments passed to |
Value
Returns (invisibly) the URL.
Author(s)
Henrik Bengtsson
See Also
Internally, browseURL
is used to launch the browser.