HttpDaemon$getPort {R.rsp} | R Documentation |
Gets the socket port of the HTTP daemon, if started.
## Static method (use this): ## HttpDaemon$getPort(...) ## Don't use the below: ## S3 method for class 'HttpDaemon' getPort(static, ...)
... |
Not used. |
Returns an integer
if started, otherwise NA
.
Henrik Bengtsson
For more information see HttpDaemon
.