R/find_files.R
find_files.Rd
This function locates all .R and .Rmd files that contain a text string.
find_files(text, path = here::here())
A text string to search for.
The folder to search (searches recursively). Defaults to the project root.
A vector of names of files that contain the string.