extractLinks: Function to extract all links of a given Url.

Description Usage Arguments Examples

View source: R/extractLinks.R

Description

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.

Usage

1
extractLinks(url, linkType = "all", uniqueLinks = FALSE)

Arguments

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()

Examples

1
extractLinks("https://www.r-project.org/", uniqueLinks = FALSE)

seoR documentation built on Jan. 29, 2018, 5:05 p.m.

Related to extractLinks in seoR...