View source: R/string_search.R
string_search | R Documentation |
Scan all folders and files to find a string: string_search
string_search(path = ".", pattern, string)
path |
If NULL, the current directory is used |
pattern |
A regular expression pattern such as '\.R$' |
string |
A string such as 'metric' |
A character vector with the names of the files that contain the string
string_search(path=".","\\.R$","metric")
# function string_search
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.