load_custom_functions: Load all custom functions in a project

View source: R/filepaths.R

load_custom_functionsR Documentation

Load all custom functions in a project

Description

This helper function loads all the project-specific custom functions from the specified directory. Specifically it calls source on all files in the designated folder.

Usage

load_custom_functions(path = "R/", recursive = TRUE)

Arguments

path

(character; default = "R/") the directory that contains scripts that only contain functions.

recursive

(logical; default = "TRUE") should subfolders be included?


baslat/sak documentation built on April 14, 2025, 4:14 p.m.