On 8/26/2009 12:44 PM, Martin Batholdy wrote:
hi,

is it possible to read the source code of a website within R?

url("http://example.com";) creates a connection that you can do what you like with. For example,

readLines(url("http://www.r-project.org";))

Duncan Murdoch

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to