R.rsp (version 0.3.3)

browseRsp: 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

## S3 method for class 'default}(url=sprintf("http://\%s:\%d/\%s", host, port, path), host="127.0.0.1", port=8074, path="", start=TRUE, stop=FALSE, ...)':
browseRspundefined

url{A character string for the URL to be viewed.
    By default the URL is constructed from the host, port,
    and the path parameters.
  }
  host{An optional character string for the host of the URL.}
  port{An optional integer for the port of the URL.}
  path{An optional character string for the context path of the URL.}
  start{If TRUE, the internal Rweb server is started if not
    already started, otherwise not.}
  stop{If TRUE, the internal Rweb server is stopped, if started.}
  ...{Not used.}

Returns nothing.

[object Object]

browseURL.



file
IO

Arguments