download_hash: Create hash of downloaded files.

View source: R/download_auxiliary.R

download_hashR Documentation

Create hash of downloaded files.

Description

Create a combined md5sum hash based on the files in a specified directory.

Usage

download_hash(hash = TRUE, dir = NULL)

Arguments

hash

logical(1). Create hash of downloaded files.

dir

character(1). Directory path.

Value

character(1) Combined 128-bit md5sum of download files.


amadeus documentation built on April 4, 2025, 12:21 a.m.