Top "Rcurl" questions

RCurl is an R package that provides an R-friendly wrapper for the libcurl C library.

Download .RData and .csv files from FTP using RCurl (or any other method)

I've uploaded a .RData file (created using save()) to an ftp server, and I'm trying to use getURL() to download …

r ftp download rcurl
devtools::install_github() - Ignore SSL cert verification failure

I'm trying to get devtools::install_github() working behind my corporate proxy on Windows 7. So far I've had to do …

r rcurl devtools
"Non-zero exit status" error downloading XML and RCurl R packages

I'm having this problem: > install.packages("RCurl") Installing package(s) into ‘/home/username/R/x86_64-redhat-linux-gnu-library/2.13’ (as ‘lib’ is …

xml r installation package rcurl
SOAP request in R

Does anyone know how to formulate following SOAP request with R? POST /API/v201010/AdvertiserService.asmx HTTP/1.1 Host: advertising.criteo.…

r soap rcurl httr
devtools::install_github fails with CA cert error

When I try to call install_github, I get the following error (not just for this package, but for all …

r ssl-certificate rcurl devtools
R: Download image using rvest

I'm attempting to download a png image from a secure site through R. To access the secure site I used …

r download rcurl rvest httr
Downloading large files with R/RCurl efficiently

I see that many examples for downloading binary files with RCurl are like such: library("RCurl") curl = getCurlHandle() bfile=getBinaryURL ( "…

r curl rcurl
reading csv files over ssl with R

Now that the whole world is clambering to use SSL all the time (a decision that makes a lot of …

r ssl rcurl
R - How to make a click on webpage using rvest or rcurl

I want to download data from this webpage The data can be easily scraped with rvest. The code maybe like …

r web-scraping rcurl rvest
Using RCurl with SFTP

I'm attempting to use the ftpUpload in the RCurl package for the first time. The site I'm trying to access …

r sftp rcurl