sourceAll: Source all .R files located in a specific folder

View source: R/utilities-file.R

sourceAllR Documentation

Source all .R files located in a specific folder

Description

Source all .R files located in a specific folder

Usage

sourceAll(folderPath, recursive = FALSE)

Arguments

folderPath

Path to the folder where .R files are located

recursive

If TRUE, the contents of the sub-folders are also sourced, otherwise only the files located directly in the directory are considered. Default is FALSE.


esqLABS/esqlabsR documentation built on April 17, 2025, 10:51 a.m.