Uses the Lynx Browser to read a web page.
read.lynx(url, intern = TRUE, bin = NULL, pipe = FALSE, …)
a character string specifying the URL of the web page.
a logical which indicates whether to make the output of the command an R object.
a string with the path of your lynx binary or NULL if lynx binary is available in the operating system path.
a logical which indicates whether the result should be returned
as a pipe()
commmand.
optional arguments passed to lynx binary. For example
accept_all_cookies = TRUE
or
cookie_file="~/.lynx_cookies"
. For a list of options, see
the lynx manual page.
the downloaded text.
Diethelm Wuertz, Yohan Chalabi, and Andrew Ellis, (2010); Financial Market Data for R/Rmetrics, Rmetrics eBook, Rmetrics Association and Finance Online, Zurich, www.rmetrics.org.