View source: R/userFunctions.R
find_paths_for_keyword | R Documentation |
Finds all files that contain a specific string, in this case for finding files that contain a specific year. Default is to also look in symlinks for files, if a dir is not accessable will return an warning to the user
find_paths_for_keyword(path = "~/", keyword)
path |
Where you would like the function to look. |
keyword |
The word that you are trying to find in file names. |
Vector with all paths for each item found with the keyword contained in it.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.