## S3 method for class 'default':
browseRsp(url=sprintf("http://\%s:\%d/\%s", host, port, path), host="127.0.0.1", port=8074, path="", start=TRUE, stop=FALSE, ...)
character
string for the URL to be viewed.
By default the URL is constructed from the host
, port
,
and the path
parameters.character
string for the host of the URL.integer
for the port of the URL.character
string for the context path of the URL.TRUE
, the internal Rweb server is started if not
already started, otherwise not.TRUE
, the internal Rweb server is stopped, if started.browseURL
.browseURL
is used to launch the browser.