get_recent_file_date_filename_ymd: Get recent file date filename ymd

View source: R/get_recent_file_date_filename_ymd.R

get_recent_file_date_filename_ymdR Documentation

Get recent file date filename ymd

Description

This function determines the path of the most recent version of a file in a folder. Sorting is determined by file name where it is a condition that the filename starts with ymd encoding.

Usage

get_recent_file_date_filename_ymd(path, match)

Arguments

path

The path to search for the file.

match

The search term to match in the file name.

Value

The most recent file

See Also

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


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