latestFile
latestFile.RdFind File With Latest Modification Time
Arguments
- pattern
a regular expression; see
base::list.files()- path
full path, defaulting to current working directory
- verbose
set to
FALSEto not report on total number of matching files
Details
Subject to matching on pattern finds the last modified file, and if verbose is TRUE reports on how many total files matched pattern.