Description Usage Arguments Value Examples
View source: R/utility_functions.R
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.
1 | read_md5_folder(folder_path)
|
folder_path |
A character string representing an absolute folder path. |
A character vector with md5 hash values of all the files within a given folder.
1 | read_md5_folder(folder_path = getwd())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.