grepl_r_dir: Find R Directory Files that Match a Pattern

Description Usage

View source: R/file_management.R

Description

Convenience wrapper around 'grepl_text_files()' for an R directory within the current working directory from which the function is being called.

Usage

1
2
3
4
5
6
7
8
grepl_r_dir(
  recursive = FALSE,
  text_pattern,
  ignore.case = TRUE,
  perl = FALSE,
  fixed = FALSE,
  useBytes = FALSE
)

patelm9/cave documentation built on March 29, 2021, 6:28 p.m.