Skip to contents

load_all() is simulation study counterpart to devtools::load_all() it loads all of the functions in the R/dgp, R/method, R/eval and R/viz directories of the current simulation study.

Usage

load_all()

Examples

if (FALSE) {
# load all functions in R/dgp, R/method, R/eval, and R/viz directories
load_all()}