View source: R/phenomis-package.R
search_code | R Documentation |
This function is useful for code inspection, development, and debugging
search_code( pattern.c, dir.c = getwd(), fixed.l = TRUE, filename_pattern.c = NULL )
pattern.c |
Character: pattern to be searched in the files |
dir.c |
Character: parent directory of the files |
fixed.l |
Logical: should the pattern be searched 'as is' |
filename_pattern.c |
Character: optional filter of file names to be searched |
nothing is returned
## Not run: phenomis::search_code("aes", filename_pattern.c = ".R") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.