Description Usage Arguments Value Examples
This function extends list.files
by excluding the listing of directories.
1 | list_files(path = ".", full.names = FALSE, ...)
|
path |
a character vector of path names |
full.names |
whether to return absolute paths |
... |
other arguments passed to |
a character
vector of only names of files
1 2 | list.files(R.home())
list_files(R.home())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.