Learn R Programming

whoapi (version 0.1.2)

domain_location: Retrive Domain Location Information

Description

domain_location returns geographic information about where a domain - or, specifically, its IP address - is located.

Usage

domain_location(token, domain, ...)

Arguments

token
a token generated with whoapi_token
domain
a domain name
...
further arguments to pass to httr's GET.

See Also

whois_info for more free-form information, including (potentially) the address of the domain holders.

Examples

Run this code
token <- whoapi_token("demokey")
## Not run: 
# location_data <- domain_location(token, "whoapi.com")
# ## End(Not run)

Run the code above in your browser using DataLab