Skip to content
Prev 167516 / 398502 Next

download/retain text file structure with RCurl/getURL()

If you are having problems with the default download.file method you
can try method = "wget":

f <- "ftp://ftp.wcc.nrcs.usda.gov/data/snow/snow_course/table/history/idaho/13e19.txt"
download.file(f, basename(f), method = "wget")
On Mon, Jan 19, 2009 at 1:26 PM, zack holden <zack_holden at hotmail.com> wrote: