Top "Rcurl" questions

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

Convert curl code into R via the RCurl package?

How I would write the following curl POST method using R and the RCurl package? curl -k -u myusername:mypassword …

r api post rcurl
error setting certificate verify locations, install_github

I am trying to install a package from github, but I keep getting an error when I use install_github. …

r github installation devtools rcurl
How do I use cookies with RCurl?

I am trying to write an R package that accesses some data via a REST API. The API, however, doesn't …

r curl rcurl
R - Error when using getURL from curl after site was changed

I have been using getURL from curl (in R) to read from https://fantasy.premierleague.com/drf/bootstrap-static Example code: …

r rcurl
How to login and then download a file from aspx web pages with R

I'm trying to automate the download of the Panel Study of Income Dynamics files available on this web page using …

asp.net r download rcurl httr
Scraping data from tables on multiple web pages in R (football players)

I'm working on a project for school where I need to collect the career statistics for individual NCAA football players. …

html xml r web-scraping rcurl
Issues with RCurl crawler based on concurrent requests

The following is a script to reproduce the problems i'm facing when building a crawler with RCurl that performs concurrent …

r rcurl httr
Unable to install Devtools package for R studio mounted on linux redhat server

I'm unable to install the devtools package in R Studio on a redhat linux server. These error messages showed up: …

linux r redhat rcurl devtools
How do I run a ldap query using R?

I want to make a query against a LDAP directory of how employees are distributed in departments and groups... Something …

r ldap statistics rcurl ldap-query