sourceAll {Jmisc} | R Documentation |
Source all the R files of a directory
Description
Source all file with extension .r or .R
Usage
sourceAll(path = ".", ...)
Arguments
path |
path of the directory |
... |
other arguments to source |
Author(s)
TszKin Julian Chan ctszkin@gmail.com
See Also
Examples
## Not run:
sourceAll()
## End(Not run)
[Package Jmisc version 0.3.1.1 Index]