get_recent_file_date_modified: Get recent file date modified This function determines the...

View source: R/get_recent_file_date_modified.R

get_recent_file_date_modifiedR Documentation

Get recent file date modified This function determines the path of the most recent version of a file in a folder. The sorting is determined based on the date of the last change.

Description

Get recent file date modified This function determines the path of the most recent version of a file in a folder. The sorting is determined based on the date of the last change.

Usage

get_recent_file_date_modified(path, match, echo = TRUE)

Arguments

path

The path to search for the file.

match

The search term to match in the file name.

echo

Print the date the file was last modified in the console.

Value

The most recent file.

See Also

Other Get recent files: get_recent_file_date_filename_ymd(), get_recent_file()


vvmover documentation built on June 22, 2024, 10:46 a.m.