get_ip_address_information: Function to get public IP address information from the...

View source: R/get_ip_address_information.R

get_ip_address_informationR Documentation

Function to get public IP address information from the http://ip-api.com API.

Description

Function to get public IP address information from the http://ip-api.com API.

Usage

get_ip_address_information(as_list = FALSE)

Arguments

as_list

Should a list be returned with no manipulation – the data that the API returns.

Value

Tibble or named list.

Author(s)

Stuart K. Grange

Examples


# Get ip address information
get_ip_address_information()


skgrange/systemr documentation built on April 18, 2024, 2:23 a.m.