## S3 method for class 'default':
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, ...)
character
string for the URL to be viewed.
By default the URL is constructed from the urlRoot
and
the path
parameters.character
string specifying the URL root. By default
the URL is constructed from the host
and the port
.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.