search_r_files | R Documentation |
Sends formatted text to command line showing results for the search
search_r_files(
find = NULL,
ext = "R",
r_root = "~/../r_workspace",
file_col = "#4444ff",
results_col = "red",
results_bg = "#f7f7f7",
ignore_comments = TRUE,
...
)
find |
- character: text to search for |
ext |
- character - extension (default: .R) |
r_root |
- character - folder root for searching for .R files |
file_col |
- character - filename text color (use #hhhhhh format ) |
results_col |
- character - results text color (use #hhhhhh format ) |
results_bg |
- character - results bg color (use #hhhhhh format ) |
ignore_comments |
- logical - ignore all lines that are comments (start with #) |
... |
- unused |
search_r_files("foobar")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.