The R Project SVN R

Rev

Rev 61433 | Rev 64952 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61433 Rev 62172
Line 14... Line 14...
14
\description{
14
\description{
15
  This function can be used to download a file from the Internet.
15
  This function can be used to download a file from the Internet.
16
}
16
}
17
\usage{
17
\usage{
18
download.file(url, destfile, method, quiet = FALSE, mode = "w",
18
download.file(url, destfile, method, quiet = FALSE, mode = "w",
-
 
19
              cacheOK = TRUE,
19
              cacheOK = TRUE, extra = getOption("download.file.extra"))
20
              extra = getOption("download.file.extra"))
20
}
21
}
21
\arguments{
22
\arguments{
22
  \item{url}{A character string naming the URL of a resource to be
23
  \item{url}{A character string naming the URL of a resource to be
23
    downloaded.}
24
    downloaded.}
24
 
25