wget {AnnBuilder}R Documentation

Wrapper for system wget

Description

A convenience wrapper to download/mirror websites. Relies upon wget being available in PATH as it is called via system.

Usage

wget(url, levels, accepts, passive=FALSE)

Arguments

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

Author(s)

S. Falcon


[Package AnnBuilder version 1.16.0 Index]