hostName {fame}R Documentation

DNS Host name

Description

On Linux, this is just tolower(Sys.info()["nodename"]). On Windows the node name does not include the DNS suffix, which has to be found by parsing the output of the ipconfig program.

Usage

hostName()

Value

The DNS host name as a string.

Author(s)

Jeff Hallman

See Also

availablePort to find a port number that is not in use.


[Package fame version 1.05 Index]