Skip to contents

This is download_deposit_version wrapped in a purr::pmap call.

Usage

batch_download_deposit_versions(df = list_deposit_versions(), dir_path)

Arguments

df

Data frame. Has the same structure as the output of list_deposit_versions(). Default is list_deposit_versions() so that it downloads all versions of the deposit.

dir_path

Character. Path to folder where files should be downloaded.

Value

List of download locations.

Examples

if (FALSE) { # \dontrun{
# download all versions
batch_download_deposit_versions(dir_path = "data")
} # }