search_scripts {clickR} | R Documentation |
Search scripts
Description
Searches for strings in R script files
Usage
search_scripts(string, path = getwd(), recursive = TRUE)
Arguments
string |
Character string to search |
path |
Character vector with the path name |
recursive |
Logical. Should the search be recursive into subdirectories? |
Value
A list with each element being one of the files containing the search string
[Package clickR version 0.9.39 Index]