Learn R Programming

incadata (version 0.9.1)

find_links: Find links from web page

Description

Find links from web page

Usage

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

Run this code
# NOT RUN {
# Find e-mailadresses to spam
 find_links(
   "https://cancercentrum.se/vast/om-oss/kontakta-oss/", 
   "mailto:"
 )
# }

Run the code above in your browser using DataLab