sourceFunctions: Source functions from standard or given directory

Description Usage Arguments Value Examples

View source: R/helpMa.R

Description

Source functions into the R environment located in a specified folder.

Usage

1
sourceFunctions(fcts_folder, setup_script)

Arguments

fcts_folder

path of the folder holding the functions. All files in this folder will be sourced.

Value

Information if sourcing was successfull based on try function.

Examples

1
2
3
4
## Not run: 
# sourceFunctions(fcts_folder = "~/project/src/fcts")

## End(Not run)

envima/envimaR documentation built on July 18, 2021, 1:40 p.m.