drain: Drain a web page and return a memory object

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/drain.R

Description

Takes a URL, drains the HTML, and returns that HTML as a string

Usage

1

Arguments

url

The address of the web page to drain

Details

Later revisions will allow the use of regular expressions

Value

A string representing the HTML

Note

Further notes

Author(s)

Nick V. Flor (ProfessorF) nickflor@mentalsystemsinc.com

References

Repository: http://www.github.com/professorf/vampiR

See Also

See also: n/a

Examples

1
html=drain("https://www.gutenberg.org/ebooks/bookshelf/")

professorf/vampiR documentation built on Dec. 31, 2020, 2:07 a.m.