runSourceDirectory: Runs all source files within the directory source.directory

Description Usage Arguments Details Value Examples

View source: R/load_source_directory.R

Description

Runs all source files within the directory source.directory

Usage

1
runSourceDirectory(source.directory)

Arguments

source.directory

is a directory with R source files to load

Details

Looks for files with .R or .r suffixes.

Value

source file list

Examples

1
2
3
4
5
6
## Not run: 
 path <- getProjectPath("adaprHome")
 path <- file.path(path,"Programs",project.directory.tree$support)
 runSourceDirectory(path)

## End(Not run) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.