Learn R Programming

xhmmScripts (version 1.1)

sourceDir: Run source across the entire set of specified files in a given directory.

Description

Run source across the entire set of specified files in a given directory.

Usage

sourceDir(path, trace = FALSE, recursive = FALSE, ...)

Arguments

path

trace

recursive

...

Examples

Run this code
## Not run: sourceDir("./source/R_functions")

Run the code above in your browser using DataLab