Category "httr"

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