Well it seems to mean that the file has moved.  It , to my untrained eye, seems 
to be in the same sport as it was yesterday BTW I am now talking about
dd <- 
"https://sites.google.com/site/jrkrideau/home/general-stores/duplicates.csv";

Would this indicate it's physically moving on googe servers?

I had not realised there was something like  rawToChar(). Amazing what R does.

Thank ,

--- On Fri, 1/7/11, Henrique Dallazuanna <www...@gmail.com> wrote:

From: Henrique Dallazuanna <www...@gmail.com>
Subject: Re: [R] Accessing data via url
To: "John Kane" <jrkrid...@yahoo.ca>
Cc: r-help@r-project.org, "Dieter Menne" <dieter.me...@menne-biomed.de>
Received: Friday, January 7, 2011, 1:21 PM

Take a look on the return of:

 rawToChar(x)

On Fri, Jan 7, 2011 at 4:13 PM, John Kane <jrkrid...@yahoo.ca> wrote:






--- On Fri, 1/7/11, Dieter Menne <dieter.me...@menne-biomed.de> wrote:



> From: Dieter Menne <dieter.me...@menne-biomed.de>



> Your original file is no longer there, but when I try RCurl

> with a png file

> that is present, I get a certificate error:

>

> Dieter



Since replaced with

dd <- 
"https://sites.google.com/site/jrkrideau/home/general-stores/duplicates.csv";





library(RCurl)

dd <- 
"https://sites.google.com/site/jrkrideau/home/general-stores/duplicates.csv";

x = getBinaryURL(dd, ssl.verifypeer = FALSE)



seems to be downloading a binary file.



Thanks



______________________________________________

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.




-- 
Henrique Dallazuanna
Curitiba-Paraná-Brasil
25° 25' 40" S 49° 16' 22" O




        [[alternative HTML version deleted]]

______________________________________________
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