nwsHost {nws} | R Documentation |
Get hostname associated with serverInfo object.
## S4 method for signature 'serverInfo': nwsHost(.Object)
.Object |
an serverInfo class or managedServerInfo class object |
A character vector representing the hostname associated with the
serverInfo object. If the server is a managed server that has been
bound to any interface, will return 0.0.0.0
.
## Not run: # example nwsHost(serverInfo()) ## End(Not run)