html_text_vec {crandep}R Documentation

Scrap the page (of a package) as a text vector

Description

Scrap the page (of a package) as a text vector

Usage

html_text_vec(url)

Arguments

url

An URL

Value

A string vector of the html text of the page according to the url

Examples

url.abc <- crandep:::cran_url("abc") # the page for abc on CRAN
html.abc <- crandep:::html_text_vec(url.abc)

[Package crandep version 0.0.1 Index]