find_links: Find links from web page

Description Usage Arguments Value Examples

View source: R/find_links.R

Description

Find links from web page

Usage

1
find_links(url, select = NULL)

Arguments

url

URL to web page with links (must be under 'www.cancercentrum.se')

select

select only links matching specified pattern

Value

Named character vector with absolute URLs to links found on 'www.cancercentrum.se'

Examples

1
2
3
4
5
6
7
8
## Not run: 
# Find e-mailadresses to spam
 find_links(
   "https://cancercentrum.se/vast/om-oss/kontakta-oss/", 
   "mailto:"
 )

## End(Not run)

incadata documentation built on April 14, 2020, 6:08 p.m.