dir_state {testthat} | R Documentation |
Capture the state of a directory.
dir_state(path, pattern = NULL, hash = TRUE)
path |
path to directory |
pattern |
regular expression with which to filter files |
hash |
use hash (slow but accurate) or time stamp (fast but less accurate) |