| latestFile {Hmisc} | R Documentation |
latestFile
Description
Find File With Latest Modification Time
Usage
latestFile(pattern, path = ".", verbose = TRUE)
Arguments
pattern |
a regular expression; see |
path |
full path, defaulting to current working directory |
verbose |
set to |
Details
Subject to matching on pattern finds the last modified file, and if verbose is TRUE reports on how many total files matched pattern.
Value
the name of the last modified file
Author(s)
Frank Harrell
See Also
[Package Hmisc version 5.1-3 Index]