You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
368 B

6 years ago
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{is_public_suffix}
\alias{is_public_suffix}
\title{Test whether a domain is a public suffix}
\usage{
is_public_suffix(domains)
}
\arguments{
\item{domains}{character vector of domains}
}
\value{
character vector
}
\description{
Test whether a domain is a public suffix
}