View source: R/get_files_dir.R
get_files_dir | R Documentation |
A function that return list of file naes with specified patterns
get_files_dir(directory = NULL, pattern = NULL)
directory |
a string, absolute file path |
pattern |
specified patterns e.g., "txt", "xlsx", and etc. |
a list, file path as the element while file name as the element name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.