tests/jpeg.R

library(RCurl)

url = "http://www.omegahat.net/Rcartogram/demo.jpg"
header = RCurl:::basicTextGatherer()
ans = getBinaryURL(url, headerfunction = header$update)


url = "http://eeyore.ucdavis.edu/stat141/data/Elections/NYExitData.rda"
header = RCurl:::basicTextGatherer()
ans = getBinaryURL(url, headerfunction = header$update)
omegahat/RCurl documentation built on June 10, 2022, 12:34 p.m.