find_pattern_r {vvauditor} | R Documentation |
Find pattern in R scripts
Description
Function to search for a pattern in R scripts.
Usage
find_pattern_r(pattern, path = ".", case.sensitive = TRUE, comments = FALSE)
Arguments
pattern |
Pattern to search |
path |
Directory to search in |
case.sensitive |
Whether pattern is case sensitive or not |
comments |
whether to search in commented lines |
Value
Dataframe containing R script paths
[Package vvauditor version 0.6.0 Index]