nwsHost {nws}R Documentation

get hostname

Description

Get hostname associated with serverInfo object.

Usage

## S4 method for signature 'serverInfo':
nwsHost(.Object)

Arguments

.Object an serverInfo class or managedServerInfo class object

Value

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.

Examples

## Not run: 
# example 
nwsHost(serverInfo())

## End(Not run)

[Package nws version 2.0.0.3 Index]