custom_md5_hash: Fast md5 check

Description Usage Arguments Value Examples

View source: R/utility_functions.R

Description

md5 values are computed based on combination of file path, file size and file modified time.

Usage

1
custom_md5_hash(path_files)

Arguments

path_files

a character vector containing absolute file paths.

Value

a character vector containing md5 values.

Examples

1
custom_md5_hash(path_files = list.files(full.names = TRUE))

deepjyot1991/zimplify documentation built on Dec. 19, 2021, 10:09 p.m.