File: tld_dataset.Rd

package info (click to toggle)
r-cran-urltools 1.7.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 512 kB
  • sloc: cpp: 1,234; ansic: 303; sh: 13; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 624 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/suffix.R
\docType{data}
\name{tld_dataset}
\alias{tld_dataset}
\title{Dataset of top-level domains (TLDs)}
\format{A vector of 1275 elements.}
\usage{
data(tld_dataset)
}
\description{
This dataset contains a registry of top-level domains, as retrieved from
and defined by the \href{http://data.iana.org/TLD/tlds-alpha-by-domain.txt}{IANA}.
}
\note{
Last updated 2016-07-20.
}
\seealso{
\code{\link{tld_extract}} for extracting TLDs from domain names,
and \code{\link{tld_refresh}} to get an updated version of this dataset.
}
\keyword{datasets}