latestFile | R Documentation |
Find File With Latest Modification Time
latestFile(pattern, path = ".", verbose = TRUE)
pattern |
a regular expression; see |
path |
full path, defaulting to current working directory |
verbose |
set to |
Subject to matching on pattern
finds the last modified file, and if verbose
is TRUE
reports on how many total files matched pattern
.
the name of the last modified file
Frank Harrell
base::list.files()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.