get_files | R Documentation |
Given a path and pattern, return named char[] vector of file names. Ignores files that begin with '_'
get_files(path = ".", pattern = NULL, recursive = FALSE)
path |
char1 Directory to query. |
recursive |
Logical Default is F. |
pattern |
char1 Regex pattern to match files |
named char[] of file names.
get_TAGS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.