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)
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 |
S. Falcon