source_dir: Source all R files in a given directory.

View source: R/source_dir.R

source_dirR Documentation

Source all R files in a given directory.

Description

This function sources all R files in a given directory.

Usage

source_dir(path, trace = TRUE, ...)

Arguments

path

Path to directory.

trace

Defaults to TRUE.

...

Other arguments.

Examples

source_dir('filePath')

jhelvy/jhelvyr documentation built on May 17, 2023, 8:46 p.m.