Description Usage Arguments Value Author(s) See Also
Gets the file names in the directory.
If the File
object is not a directory NULL
is returned.
Contrary to list.files()
, this method guarantees to work recursive.
Moreover, when subdirectories are processed recursively, directory names
are also returned.
1 2 |
pattern |
Pattern passed to internal |
recursive |
If |
private |
If |
full.names |
If |
... |
Not used. |
Returns a vector
of file names. If the File
object is not
a directory NULL
is returned.
Henrik Bengtsson (http://www.braju.com/R/)
For more information about pathname filters, see interface
To get a list of File
objects, instead of just the file names,
see *listFiles()
.
Internally list.files
() is used.
For more information see File
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.