Description Usage Arguments Details Value Examples
This is used to scrape all hyperlinks from a specific web page.
1 | linkScrapeR(url, SSL_needed = FALSE)
|
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 |
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.
A tibble (class data.frame) with all active hyperlinks on the website for the URL (uniform resource locator) passed to the function.
result - the extracted html table from url and xpath passed
link_name - the name of the link
url - the full url of the active href tag from HTML
1 | linkScrapeR("https://www.datadictionary.nhs.uk/", FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.