source_files: Source file from directory

source_filesR Documentation

Source file from directory

Description

Walk through files in a directory and output them. Files are sources in order of names

Usage

source_r_dir(dir, echo = FALSE, quiet = FALSE, ...)

source_r_file(path, echo = FALSE, quiet = FALSE, ...)

Arguments

dir

The location of your R scripts

echo

logical; if TRUE, each expression is printed after parsing, before evaluation.

quiet

Logical. Whether to print out a message for each file.

...

Additional arguments passed to base::source()

path

The location of the R file.

Value

None, called for side effects


mark documentation built on Oct. 23, 2023, 9:06 a.m.