list_files | R Documentation |
Wraps list.files with better defaults (all files, full paths, recursive, no dots)
list_files( path = ".", pattern = NULL, all.files = TRUE, full.names = TRUE, recursive = TRUE, ignore.case = FALSE, include.dirs = FALSE, no.. = TRUE )
path |
vector of full path names; defaults to working directory |
pattern |
optional regular expression to filter paths |
all.files |
logical, default TRUE |
full.names |
logical, default TRUE |
recursive |
logical, default TRUE |
ignore.case |
logical, default FALSE |
include.dirs |
logical, default FALSE |
no.. |
logical, default TRUE |
list_files(".")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.