Description Usage Arguments Value Examples
All file names matching 'terms' will included
1 | get_out_hash(folder, terms)
|
folder |
Path to folder |
terms |
A regular expression: search terms to find files to digest. |
Character vector of length 1; the MD5 hash.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.