get_target_files: Get a list of files based on presence of a text pattern

View source: R/get_target_files.R

get_target_filesR Documentation

Get a list of files based on presence of a text pattern

Description

Get a list of files based on presence of a text pattern

Usage

get_target_files(path, pattern)

Arguments

path

A character vector of length one having the path of the directory to be searched.

pattern

A character vector of length one having the pattern to be used for matching. Currently only fixed pattern matching is supported.

Value

A character string containing file paths to targeted files.


rmsharp/rmsutilityr documentation built on Feb. 13, 2024, 6:01 p.m.