execute_proj_model: Return boolean of project model to be executed from the...

Description Usage Arguments Value Author(s) Examples

View source: R/package_functions.R

Description

Returns a boolean (T, F) indicator used as a flag telling "main.R" whether to run a group of R scripts.

Usage

1

Arguments

...

The names and boolean values assigned to each model (i.e. set_proj_models(Model1 = T, model2 = F, ...))

Value

Boolean (T,F) indicator

Author(s)

Alex Hubbard (hubbard.alex@gmail.com)

Examples

1
2
3
4
if(execute_proj_model("Model1")){
  source_file("Model1.R", inFolder = "Codes")
}
)

opendoor-labs/projectmap documentation built on Oct. 8, 2019, 1:58 p.m.