Description Usage Arguments Examples
This function allows you to extract all links of a given URL. You can specify if you just want unique Links or all. The output is a Data Frame.
1 | extractLinks(url, linkType = "all", uniqueLinks = FALSE)
|
url |
The url you want to extract the Links of |
linkType |
The LinkType you want to analyze. All Links, Just Internal Links or Links to other Domains (external). You can specify "all","external" and "internal". Default is "all" |
uniqueLinks |
Logical. Extract unique Links as one is TRUE. Default is FALSE extractLinks() |
1 | extractLinks("https://www.r-project.org/", uniqueLinks = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.