powered by
Runs all source files within the directory source.directory
runSourceDirectory(source.directory)
is a directory with R source files to load
source file list
Looks for files with .R or .r suffixes.
# NOT RUN { path <- getProjectPath("adaprHome") path <- file.path(path,"Programs",project.directory.tree$support) runSourceDirectory(path) # }
Run the code above in your browser using DataLab