tidy_pwhois: Turn a Prefix WhoIs server response into a data frame

Description Usage Arguments Value Examples

View source: R/tidy.R

Description

Turn a Prefix WhoIs server response into a data frame

Usage

1
tidy_pwhois(pwhois_raw_response)

Arguments

pwhois_raw_response

the raw response from a call to whois()

Value

data frame

Examples

1
2
res <- whois("registry org-name=apple, inc") # 'registry' is only supported on pwhois
tidy_pwhois(res)

hrbrmstr/pwhois documentation built on April 26, 2021, 5:45 a.m.