get_out_hash: Get MD5 hash of all files in a folder

Description Usage Arguments Value Examples

View source: R/etc.R

Description

All file names matching 'terms' will included

Usage

1

Arguments

folder

Path to folder

terms

A regular expression: search terms to find files to digest.

Value

Character vector of length 1; the MD5 hash.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
make_dir("test")
fs::file_create("test/a")
fs::file_create("test/b")
fs::file_create("test/1")
list.files("test")
get_out_hash("test", "c")
get_out_hash("test", "a|b")
get_out_hash("test", "d")
get_out_hash("test", "e")
fs::file_delete("test")

## End(Not run)

joelnitta/baitfindR documentation built on May 7, 2020, 6:21 p.m.