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)

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

Author(s)

S. Falcon


[Package AnnBuilder version 1.8.0 Index]