.load.helpers {ProjectTemplate} | R Documentation |
Load the helper functions
Description
Sources all helper scripts in lib
. If lib/globals.R
exists this
is loaded first, all other scripts are sourced in alphabetical order.
Usage
.load.helpers(config, my.project.info)
Arguments
config |
Named list containing the project configuration |
my.project.info |
Named list containing the project information |
Value
Returns my.project.info
amended with the new information.
[Package ProjectTemplate version 0.11.0 Index]