openUrl.HttpDaemon {R.rsp} | R 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
.
[Package R.rsp version 0.45.0 Index]