hash: Compute md5sum hash for a file

View source: R/hash.R

hashR Documentation

Compute md5sum hash for a file

Description

Currently just wraps tools::md5sum for convenience.

Usage

hash(files)

Arguments

files

path and names of files to calculate md5sum

Details

Perhaps in the future it will also hash R objects perhaps by writing them to a file and then hashing the file.

Value

md5sum of file


jarad/WEPPR documentation built on Nov. 3, 2023, 5:42 a.m.