Displaying 1 result from an estimated 1 matches for "wpsr".
Did you mean:
psr
2012 Mar 01
2
Problems downloading file
I am running the following line to download data from the US Energy
Information Administration. This function has worked successfully for me in
the past but yesterday gave the error/warning messages below.
If I simply type "http://ir.eia.gov/wpsr/psw09.xls" (no quotes) into a
browser, the file is available to download.
I am running R 2.13.0 on Windows XP.
# Download File Attempt
download.file("http://ir.eia.gov/wpsr/psw09.xls","c:\\temp\\psw09.xls",mode="wb")
# Error & Warning Messages
trying URL...