HttpDaemon$getRootPaths {R.rsp} | R Documentation |
Gets the root directories of the HTTP daemon
Description
Gets the root directories of the HTTP daemon.
Usage
## Static method (use this):
## HttpDaemon$getRootPaths(...)
## Don't use the below:
## S3 method for class 'HttpDaemon'
getRootPaths(static, ...)
Arguments
... |
Not used. |
Value
Returns a vector
of character
string if started, otherwise NA
.
Author(s)
Henrik Bengtsson
See Also
*setRootPaths()
*appendRootPaths()
For more information see HttpDaemon
.
[Package R.rsp version 0.45.0 Index]