findInFiles | R Documentation |
findInFiles finds strings in a bunch of files
findInFiles(
what,
where = ".",
in_files = "\\.[Rr]$",
recursive = TRUE,
ignore.case = TRUE
)
what |
what (string) to find |
where |
directory, where to search |
in_files |
regular expression for filenames, where to search |
recursive |
recursive search |
ignore.case |
ignore case sensitivity |
data frame with measured beta values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.