most_recent.Rd
most recent
most_recent(path = NULL, pattern = NULL, newest_only = TRUE)
filepath passed to path argument in fs::dir_ls(). Defaut is /dataorig
path
one or more regex patters e.g. c("dm","lb") to be passed to regexp argument in fs::dir_ls()
regexp
return all paths or just the newest default is TRUE
TRUE
data frame
if (FALSE) { # \dontrun{ most_recent() } # }