utils (version 3.3.2)

nsl: Look up the IP Address by Hostname

Description

Interface to gethostbyname.

Usage

nsl(hostname)

Arguments

hostname
the name of the host.

Value

The IP address, as a character string, or NULL if the call fails.

Details

This was included as a test of internet connectivity, to fail if the node running R is not connected. It will also return NULL if BSD networking is not supported, including the header file arpa/inet.h. This function is not available on Windows.

Examples

Run this code
## Not run: nsl("www.r-project.org")

Run the code above in your browser using DataCamp Workspace