HttpDaemon$getRootPaths
From R.rsp v0.43.2
by Henrik Bengtsson
Gets the root directories of the HTTP daemon
Gets the root directories of the HTTP daemon.
Usage
## Static method (use this):
## HttpDaemon$getRootPaths(...)## Don't use the below:
# S3 method for HttpDaemon
getRootPaths(static, ...)
Arguments
- ...
Not used.
Value
Returns a vector
of character
string if started, otherwise NA
.
See Also
*setRootPaths()
*appendRootPaths()
For more information see HttpDaemon
.
Community examples
Looks like there are no examples yet.