> On Jun 22, 2017, at 12:52 PM, Lawrence Fomundam <law...@gmail.com> wrote:
> 
> Hello,
> 
> I am relatively new to R and would like to access the document my pointer

"my pointer"?


> is pointing to in the following line of code.  Need some help.
> 
> #install.packages('xml2')
> library('xml2')
> pg1 <- read_html("www.msn.com")

Error: 'www.msn.com' does not exist in current working directory 
('/Users/davidwinsemius').


> str(pg1)
> ptr <- pg1[[2]]
> 
>       [[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> 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.

David Winsemius
Alameda, CA, USA

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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