Learn R Programming

xhmmScripts (version 1.0)

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
sourceDir("./source/R_functions")

Run the code above in your browser using DataLab