View source: R/list_directories.R
mat_list_dir | R Documentation |
List files in a directory
mat_list_dir(path, pattern = ".R", recursive = TRUE, add_ext = FALSE, ...)
path |
dir path |
pattern , recursive |
passed to list.files |
add_ext |
Add column with extension? |
... |
Additional arguments to |
mat_list_dir(path = ".", pattern = "R")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.