R.rsp (version 0.46.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 HttpDaemon
openUrl(static, url=sprintf("http://%s:%d/%s", host, port, path), host="127.0.0.1",
  port=8074, path="", ...)

Value

Returns nothing.

Arguments

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.

Author

Henrik Bengtsson

See Also

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