read_files: Read-in files to be processed by the checkers

Description Usage Arguments

View source: R/doc-class.R

Description

Read-in files to be processed by the checkers

Usage

1
2
read_files(path = ".", trim = TRUE, ext = c(R = "[.](R|r)$", Rmd =
  "[.](Rmd|rmd)$", cpp = "[.]cpp$", h = "[.]h(pp)?$"))

Arguments

path

Path to the project to process data from

trim

Logical scalar. When TRUE, will remove ending blanks.

ext

Regular expression to capture in filenames.


USCbiostats/imagebot documentation built on May 23, 2019, 1:59 a.m.