The R package 'httr' provides useful tools for working with HTTP connections. It is a simplified wrapper built on top of 'RCurl'.
The R package httr
provides useful tools for working with HTTP connections. It is a simplified wrapper built on top of RCurl
. It is much much less configurable but because it only attempts to encompass the most common operations it is also much much simpler.
Resources: