find_files
1 2 | find_files(lookfor, p = "C:/Users/", filetype = "R",
alltolower = TRUE, subdir = TRUE)
|
lookfor |
string to be found |
p |
Path where the search takes place. The more precise, the shorter the time to find. Default is "C:/Users/" |
filetype |
type of file. Default is "R" |
alltolower |
boolean. casesenstivity. default is TRUE |
subdir |
should the search be extended to subdirectories. Default is TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.