screen_file: Screen File For Hazardous R Code

Description Usage Arguments Value

View source: R/hazmat.R

Description

'screen_file' applies a set of defined predefined searches (regexps) to all of the R code in an R or Rmd file.

Usage

1
screen_file(path = NULL, quiet = FALSE)

Arguments

path

a string, the path to the file to be screened.

quiet

a boolean, if TRUE then console output is suppressed. Defaults FALSE.

Value

‘screen_file' is typically called for it’s side effects of printing information about hazardous material to the console. A tibble of the data used to create this message is returned invisibly to enable piping.


actuarialvoodoo/hazmat documentation built on Nov. 25, 2019, 9:26 a.m.