scrape_links: scrape URL links from a webpage

Description Usage Arguments Value

Description

Scrapes URL links from HTML source code

Usage

1
scrape_links(x, qs = TRUE, pat = ".")

Arguments

qs

Logical indicating whether to return query strings (part of URL starting with ?)

pat

Pattern from which only matching results should be returned. Defaults to ".", which matches everything.

rurl

URL to desired page. Should include scheme (http/https)

Value

Character vector of URLs.


mkearney/getwebdata documentation built on May 26, 2019, 4:42 p.m.