HttpDaemon$getConfig {R.rsp} | R Documentation |
Retrieves the server's 'config' structure from Tcl
Description
Retrieves the server's 'config' structure from Tcl.
Usage
## Static method (use this):
## HttpDaemon$getConfig(...)
## Don't use the below:
## S3 method for class 'HttpDaemon'
getConfig(static, ...)
Arguments
... |
Not used. |
Value
Returns a tclArray object.
Author(s)
Henrik Bengtsson
See Also
For more information see HttpDaemon
.
[Package R.rsp version 0.45.0 Index]