findLatest: Find newest file in folder matching pattern

View source: R/model.R

findLatestR Documentation

Find newest file in folder matching pattern

Description

Given a folder and a pattern, rerurns the file that was modified latest.

Usage

findLatest(path = ".", pattern = "")

Arguments

path

character, relative or absolute path

pattern

the pattern to search for, used by link{dir}

See Also

dir


alko989/s6model documentation built on Nov. 2, 2023, 10:04 p.m.