find_match_delete: Helper to find all files match a certain pattern

Description Usage Arguments

Description

A given pattern is used in function list.files() to obtain a list of files matching the given pattern. The list of files is then used as input for the function delete.files().

Usage

1
2
find_match_delete(ps_docu_path, ps_pattern, pb_ignore_dir = TRUE,
  pb_interactive = TRUE)

Arguments

ps_docu_path

directory containing files to be matched

ps_pattern

pattern used for matching files

pb_ignore_dir

flag indicating whether directories are ignored

pb_interactive

flag for interactive mode


charlotte-ngs/rmddochelper documentation built on June 27, 2019, 1:22 a.m.