[Rd] default destfile in download.file()
Jeroen Ooms
jeroen.ooms at stat.ucla.edu
Thu Feb 18 12:01:18 CET 2016
A nice default value for the `destfile` argument in download.file() would
be `basename(url)` i.e. the name of the downloaded file. This would
correspond to default behavior in many other web/ftp clients and makes code
slightly more concise:
download.file("https://svn.r-project.org/R/trunk/doc/CRAN_mirrors.csv")
mirrors <- read.csv("CRAN_mirrors.csv")
[[alternative HTML version deleted]]
More information about the R-devel
mailing list