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
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
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