Learn R Programming

textpress (version 1.0.0)

.extract_links: Extract links from a search engine result page

Description

This function extracts all the links (href attributes) from a search engine result page.

Usage

.extract_links(search_url)

Value

A character vector of URLs.

Arguments

search_url

The URL of the search engine result page.