--- On Fri, 1/7/11, Dieter Menne <[email protected]> wrote:
> From: Dieter Menne <[email protected]> > 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 ______________________________________________ [email protected] 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.

