Raw Message
Message-ID: <CAPTd6jJi3v+U7MFfFoPGc0aUW-Vckfxr=0JFLP44BWfi=boPkg@mail.gmail.com>
Date: 2017-06-22T19:52:27Z
From: Lawrence Fomundam
Subject: Accessing Pointers
Hello,
I am relatively new to R and would like to access the document 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")
str(pg1)
ptr <- pg1[[2]]
[[alternative HTML version deleted]]