download_all: Download All Files

View source: R/download-all.R

download_allR Documentation

Download All Files

Description

Download all the files corresponding to the given file URLS of documents or comments.

Usage

download_all(data_frame, dest, format = NULL, ...)

Arguments

data_frame

a data frame of the form created by get_all_documents() or get_all_comments()

dest

destination directory where you want the files to be downloaded. Paths can be relative or absolute.

format

a character vector of the file formats to download. The default is NULL in which case all files are downloaded.

...

additional parameters to be passed to utils::download.file(). For example, quiet = TRUE can be used to suppress the messages produced by utils::download.file().


q-w-a/regulationsgov documentation built on May 3, 2022, 8:23 p.m.