R.rsp (version 0.3.0)

openUrl.HttpDaemon: Starts the HTTP daemon and launches the specified URL

Description

Starts the HTTP daemon and launches the specified URL.

Usage

## S3 method for class 'HttpDaemon}(static, url=sprintf("http://\%s:\%d/\%s", host, port, path), host="127.0.0.1", port=8074, path="", ...)':
openUrlundefined

url{The URL to be opened.}
  host{The host where the HTTP server is running.}
  port{The port to be used.}
  path{The path to the document to be opened.}
  ...{Not used.}

Returns nothing.

[object Object]

Called by for instance *startHelp().
  For more information see HttpDaemon.


internal
methods
IO

Arguments