Description Usage Arguments Details Value Examples
Searches R scripts and R markdown files within a project.
1 | searchScripts(matcher, project.id = getProject(), ...)
|
matcher |
string or regular expression to identify within R or R markdown files |
project.id |
string for project id to search within. |
... |
arguments to grep |
Uses grep. Counts lines with matches, but repeats within a line are not counted.
Data frame with file names and counts of lines with matches.
1 2 3 4 5 6 | ## Not run:
# Opens read_data.R within the adaprHome project
searchScripts("read_data.R","adaprHome")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.