Dear Sir I tried to find cURL on web but I do not find reliable file; there are some files on http://curl.haxx.se/. But I do not know which is suitable for R and how to install? Kind Regards
Jawad Hussain Ashraf VPO Aroop, Tehsil and District GujranwalaMobile phone# 03016673275 > Date: Sun, 28 Apr 2013 19:07:05 +0100 > From: [email protected] > To: [email protected] > CC: [email protected] > Subject: Re: [R] unsupported url scheme > > On 28/04/2013 15:32, jawad hussain wrote: > > fileUrl <- > > "https://data.baltimorecity.gov/api/views/dz54-2aru/rows.csv?accessType=DOWNLOAD"download.file(fileUrl,destfile="./data/Cameras.csv",method="curl") > > I tried it after installing package "RCurl" but it give error message: > > Error in download.file(fileUrl, destfile = "Cameras.csv") : > > unsupported URL schemeI can you help me to solve this problem. JAWAD > > HUSSAIN ASHRAF > > > Yes, simply install a version of cURL which supports that scheme, then > re-install RCurl. > > > > [[alternative HTML version deleted]] > > > > ______________________________________________ > > [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. > > That does apply to you, too. No HTML, tell us your sessionInfo() .... > > -- > Brian D. Ripley, [email protected] > Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ > University of Oxford, Tel: +44 1865 272861 (self) > 1 South Parks Road, +44 1865 272866 (PA) > Oxford OX1 3TG, UK Fax: +44 1865 272595 [[alternative HTML version deleted]] ______________________________________________ [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.

