sourcedir {rchemo} | R Documentation |
Source all the R functions contained in a directory.
sourcedir(path, trace = TRUE, ...)
path |
A character vector of full path names; the default corresponds to the working directory, |
trace |
Logical. Default to |
... |
Additional arguments to pass in the function |
Sourcing.
path <- "D:/Users/Fun"
sourcedir(path, FALSE)