Description Usage Arguments Details Value
View source: R/find_in_package_code.R
Find specific code snippets in packages.
1 | find_in_path(pattern, path = ".", file_pattern = "\\.[rR]$")
|
pattern |
Same as in stringr::str_detect. |
path |
Path to look in. |
file_pattern |
Regexp identifying the right files. |
Assumes that a .Rproj exists
data.frame
with file and line where the pattern is found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.