sourceAll: Source all the R files of a directory

View source: R/sourceAll.r

sourceAllR Documentation

Source all the R files of a directory

Description

Source all file with extension .r or .R

Usage

sourceAll(path = ".", ...)

Arguments

path

path of the directory

...

other arguments to source

Author(s)

TszKin Julian Chan ctszkin@gmail.com

See Also

repCol

Examples

## Not run: 
sourceAll()

## End(Not run)

Jmisc documentation built on June 22, 2022, 9:09 a.m.

Related to sourceAll in Jmisc...