web_get_links: Extract link texts and urls from a web page

View source: R/web_get_links.R

web_get_linksR Documentation

Extract link texts and urls from a web page

Description

Extract link texts and urls from a web page

Usage

web_get_links(url)

Arguments

url

character an url

Value

a data frame of link text and urls

Examples

## Not run: 
web_get_links("http://localhost/")
glinks <- get_webpage_links("http://google.com/")

## End(Not run)

uva-bi-sdad/dc.utils documentation built on Aug. 1, 2022, 1:45 a.m.