Category "httr"

Access Google's Campaign Manager 360 Reporting API with R

I am trying to access campaign manager 360 Reporting API with using the httr package in R. This is the code I have run so far to test the connection and I keep

Get response header

I would like to get response headers from GET or POST. My example is: library(httr) library(RCurl) url<-'http://www.omegahat.org/RCurl/philosop

How to download files in a moodle course using R?

There is a moodle course with files that I wish to download automatically. I see that there is a python solution for doing so, but I couldn't find an R solution