Re: [R] readHTMLTable (XML package)

2013-01-15 Thread Lopez, Dan
esday, January 15, 2013 3:18 PM To: Lopez, Dan Cc: R help (r-help@r-project.org) Subject: Re: [R] readHTMLTable (XML package) Hi Dan, On Tue, Jan 15, 2013 at 5:31 PM, Lopez, Dan wrote: > Hi Ista, > > It does exist. It’s a page in our company intranet. Ah, good. > > It is https so it lo

Re: [R] readHTMLTable (XML package)

2013-01-15 Thread Ista Zahn
.html";, ssl.verifypeer = FALSE) Best, Ista > > > Thanks. > Dan > > -Original Message----- > From: Ista Zahn [mailto:istaz...@gmail.com] > Sent: Tuesday, January 15, 2013 12:22 PM > To: Lopez, Dan > Cc: R help (r-help@r-project.org) > Subject: Re: [R] read

Re: [R] readHTMLTable (XML package)

2013-01-15 Thread Lopez, Dan
what is out there) Dan -Original Message- From: David Winsemius [mailto:dwinsem...@comcast.net] Sent: Tuesday, January 15, 2013 3:00 PM To: Lopez, Dan Cc: Ista Zahn; R help (r-help@r-project.org) Subject: Re: [R] readHTMLTable (XML package) On Jan 15, 2013, at 2:31 PM, Lopez, Dan

Re: [R] readHTMLTable (XML package)

2013-01-15 Thread David Winsemius
Details: > error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify > failed > > > Thanks. > Dan > > -Original Message- > From: Ista Zahn [mailto:istaz...@gmail.com] > Sent: Tuesday, January 15, 2013 12:22 PM > To: Lopez, Dan > Cc: R he

Re: [R] readHTMLTable (XML package)

2013-01-15 Thread Lopez, Dan
ry 15, 2013 12:22 PM To: Lopez, Dan Cc: R help (r-help@r-project.org) Subject: Re: [R] readHTMLTable (XML package) Hi Dan, A couple of things: first, I think that file really does not exist (at least I can't open it in my web browser). Second, even if it did, url() cannot download from htt

Re: [R] readHTMLTable (XML package)

2013-01-15 Thread Ista Zahn
Hi Dan, A couple of things: first, I think that file really does not exist (at least I can't open it in my web browser). Second, even if it did, url() cannot download from https, according to the details section of ?url, which points you to RCurl. So, once you verify that you url actually exists y

[R] readHTMLTable (XML package)

2013-01-15 Thread Lopez, Dan
Hi, I am using XML::readHTMLTable and getting the below error. Does anyone know why? Does this function not work with https? I didn't see anything in help about that. > library(XML) > wampage<-readHTMLTable('https://hr-workforce-analytics.llnl.gov/wf_pi_pop.html',1) Error in htmlParse(doc) :