Description Usage Arguments Value Examples
Search through text files for a pattern
1 | searchFiles(pattern = NA, filename.pattern = "*\\.R$", ...)
|
filename.pattern |
A list that includes a data frame of the file names and line numbers where the pattern was found.
1 2 3 4 5 6 | ## Not run:
#setting recursive allows list.files() to recursively search subdirectories
res <- searchFiles(pattern = "forecastR_Main", recursive=TRUE)
res
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.