html_text_vec {crandep} | R Documentation |
Scrap the page (of a package) as a text vector
html_text_vec(url)
url |
An URL |
A string vector of the html text of the page according to the url
url.abc <- crandep:::cran_url("abc") # the page for abc on CRAN html.abc <- crandep:::html_text_vec(url.abc)