View source: R/find_pattern_r.R
find_pattern_r | R Documentation |
Function to search for a pattern in R scripts.
find_pattern_r(pattern, path = ".", case.sensitive = TRUE, comments = FALSE)
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 |
Dataframe containing R script paths
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.