get_dir_recent_date {mark} | R Documentation |
Get recent directory by date
Description
Looks at the directories and assumes the date
Usage
get_dir_recent_date(x = ".", dt_pattern = NULL, dt_format = NULL, all = FALSE)
Arguments
x |
A directory |
dt_pattern |
A pattern to be passed to filter for the directory |
dt_format |
One or more formats to try |
all |
Logical, if |
Value
A full path to a directory
[Package mark version 0.8.0 Index]