jayjacobs/tldextract: Extract top level domain, domain, and subdomain from host name

After working with <https://github.com/john-kurkowski/tldextract> in python, I wanted the same functionality within R. The list of top level domains are loaded from <https://publicsuffix.org/list/effective_tld_names.dat>. The data is stored in the package and may need to updated with the getTLD() function.

Getting started

Package details

AuthorJay Jacobs <jay.jacobs@verizon.com>
MaintainerJay Jacobs <jay.jacobs@verizon.com>
LicenseMIT
Version1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("jayjacobs/tldextract")
jayjacobs/tldextract documentation built on Jan. 7, 2020, 12:25 a.m.