Description Usage Arguments Examples
This function will reach out to https://publicsuffix.org/list/effective_tld_names.dat, retrieve the contents and create a simple vector of all the top level domains (removing comments and blanks lines from the file).
If there is no network connectivity, a cached version of the data ("tldnames") is included with
this package and can be loaded with data("tldnames")
after loading this package.
1 |
url |
URL of the location for the tld name authority. Set to point to publicsuffix.org
by default; while you can change this, much of |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.