search.for.file: Search for file paths matched by part of the file name

Description Usage Arguments

View source: R/1.data_engineering.R

Description

Search for files containing the 'file_name_string' in all sub-folders in 'target.dir', and list files containing the 'file_name_string'

Usage

1
search.for.file(target.dir, file_name_string, full_path = FALSE)

Arguments

target.dir

target directory

file_name_string

e.g. "data_U5MR"

full_path

full path or not


CME.assistant documentation built on March 22, 2021, 5:07 p.m.