sourceFunctions: Source functions from standard or given directory

View source: R/initProj.R

sourceFunctionsR Documentation

Source functions from standard or given directory

Description

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

Usage

sourceFunctions(fcts_folder, setup_script)

Arguments

fcts_folder

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

Value

Information if sourcing was successfull based on try function.

Examples

## Not run: 
# sourceFunctions(fcts_folder = "~/project/src/fcts")

## End(Not run)

gisma/link2GI documentation built on May 13, 2024, 11:55 p.m.