ls_scripts | R Documentation |
ls_scripts(folder = ".", extn = "r|R|Rmd|rmd", recursive = TRUE)
folder |
String describing folder to search recursively in. |
extn |
Character (can be regex) giving extension to limit search to. |
recursive |
Logical (default = |
Character vector of matched file paths.
## find all scripts with the string "AUC(" ls_scripts("~/path/to/analysis/Scripts") %>% search_raw("AUC\\(")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.