linkScrapeR: linkScrapeR

Description Usage Arguments Details Value Examples

View source: R/linkScrapeR.R

Description

This is used to scrape all hyperlinks from a specific web page.

Usage

1
linkScrapeR(url, SSL_needed = FALSE)

Arguments

url

The website URL to detect active anchor hyperlink tags and extract them into a tibble

SSL_needed

Default - FALSE - Boolean to indicate whether to need a SSL certificate

Details

Once the links have been scraped they will be outputted into a tibble for exploration.

This can be used on any website to pull back the hyperlink content of a web page.

Value

A tibble (class data.frame) with all active hyperlinks on the website for the URL (uniform resource locator) passed to the function.

Examples

1
linkScrapeR("https://www.datadictionary.nhs.uk/", FALSE)

NHSDataDictionaRy documentation built on July 9, 2021, 5:08 p.m.