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

grepl_r_dir(
  recursive = FALSE,
  text_pattern,
  ignore.case = TRUE,
  perl = FALSE,
  fixed = FALSE,
  useBytes = FALSE
)