get_file_paths: Return file paths of files matching a pattern in a directory

Description Usage Arguments Value

View source: R/helper_fun.R

Description

File names are sorted using gtools::mixedsort().

Usage

1
get_file_paths(path, pattern, fn_name, fname, verbose = FALSE)

Arguments

path

The directory to search in

pattern

A pattern to match file names

fn_name

The vortexR function name for verbose messages

fname

Name of file name root

verbose

Progress messages, default: FALSE

Value

A character vector of fully qualified file paths


vortexR documentation built on April 14, 2020, 7:23 p.m.