load_functions: Load in all functions

View source: R/source-and-load.R

load_functionsR Documentation

Load in all functions

Description

Sources all R-scripts from specified folder via base::source() that end with _function.R or _functions.R.

Usage

load_functions(folder = "R", recursive = FALSE, verbose = TRUE)

Arguments

folder

The absolute or relative to the folder of interest.

recursive

Logical. If set to TRUE the file listing recurs into subsequent folders (starting with the folder specified in folder).

verbose

Logical. If set to TRUE informative messages will be printed.

(Warnings will always be printed.)

Value

Sourced in functions as a side effect and an invisible TRUE.


kueckelj/confuns documentation built on June 28, 2024, 9:19 a.m.