DirSource {tm} | R Documentation |
Constructs a directory source.
## S4 method for signature 'character': DirSource(directory, recursive = FALSE)
directory |
a directory. |
recursive |
a logical value indicating whether the directory should be traversed recursively. |
An S4 object of class DirSource
which extends the class
Source
representing a directory.
Ingo Feinerer