read_md5_folder: Generate md5 hash of the files in a given folder

Description Usage Arguments Value Examples

View source: R/utility_functions.R

Description

Generates the md5 hash of the files in a given folder. Note that certain file types are ignored such as those end with .trc, .xlsm, .log and those containing ~$. custom_md5_hash from package "zimplify" is used to generate md5 hash.

Usage

1
read_md5_folder(folder_path)

Arguments

folder_path

A character string representing an absolute folder path.

Value

A character vector with md5 hash values of all the files within a given folder.

Examples

1
read_md5_folder(folder_path = getwd())

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