Skip to content
Prev 139762 / 398506 Next

download.file()

On Tue, Mar 18, 2008 at 8:57 AM, Henrik Bengtsson <hb at stat.berkeley.edu> wrote:
Also, you want to download the file in a binary fashion, i.e. use
argument mode="wb", otherwise your binary tar file will be corrupt.

R-core: I'd suggest to replace the default to mode="wb" for file transfers.

/Henrik