locate_ip {locateip}R Documentation

Locate an IP adress

Description

[Experimental]

Usage

locate_ip(
  ip = NULL,
  fields = c("status,message,country,city"),
  lang = "en",
  ...,
  tidy = TRUE
)

Arguments

ip

String. Either an IPv4 address, IPv6 address or a domain name. If NULL, will use the current IP address.

fields

String. Response fields to pass on to the API.

lang

String. Response language. An ISO 639 code supported by the API. Defaults to English.

...

Query parameters to pass on to the API.

tidy

Logical. TRUE to return a tibble. FALSE to return a string.

Details

For API documentation and terms of service, see ip-api.com.

Value

A string or a tibble.

Examples

locate_ip("132.203.167.188")

[Package locateip version 0.1.2 Index]