listFiles | R Documentation |
list.files()
This function is a slightly friendlier version of list.files
in that it automatically includes the full.names=TRUE
argument.
listFiles(x, ...)
x |
Path name of folder containing files to list. |
... |
Arguments to pass to |
Character.
list.files
# list files in location where R is installed
listFiles(R.home())
listFiles(R.home(), pattern='README')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.