wget {AnnBuilder} | R Documentation |
A convenience wrapper to download/mirror websites. Relies upon
wget being available in PATH as it is called via system
.
wget(url, levels, accepts, passive=FALSE)
url |
The URL to get |
levels |
Recursion depth, see wget man page and the
--level option |
accepts |
character vector. Gets passed to wget as the value of
the --accept option |
passive |
logical. If TRUE , pass the -passive-ftp
flag to wget |
S. Falcon