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

openUrl.HttpDaemonR Documentation

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

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.

Value

Returns nothing.

Author(s)

Henrik Bengtsson

See Also

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


R.rsp documentation built on June 28, 2022, 1:05 a.m.