inst/defaults/Examples/Mainscript.R

#-----------------------------------------
# Title  : Example main script
# Author :
# Date last modified:
#

#-----------------------------------------
# SETUP
#

## Packages
library(daprojects)

## Source functions
fn <- dir("Functions", full.names = TRUE)
if(length(fn)) lapply(fn, source)

#-----------------------------------------
# ANALYSIS
#
JoFAM/daprojects documentation built on May 13, 2019, 8:19 a.m.