htmlHref: Get HTML href content

View source: R/html.r

htmlHrefR Documentation

Get HTML href content

Description

Get HTML href content

Usage

htmlHref(file, css = "body a")

Arguments

file

character. Path to HTML file.

css

character. HTML elements (one of css) to select. Default 'body a'

Value

A character vector.

Examples


Download('https://ftp.ensembl.org/pub', 'test.html')
content = htmlHref('test.html')
file.remove('test.html')
head(content)



HatsuneCode/TrustVDJ documentation built on Aug. 13, 2022, 9:36 p.m.