Find links from web page

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

if (FALSE) { # Find e-mailadresses to spam find_links( "https://cancercentrum.se/vast/om-oss/kontakta-oss/", "mailto:" ) }