set_proj_models: Set the project models to be executed from the "main.R" file

Description Usage Arguments Value Author(s) Examples

View source: R/package_functions.R

Description

Assign a name and boolean (T, F) indicator to the project models you want to run when you source "main.R".

Usage

1

Arguments

...

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

Value

No return value

Author(s)

Alex Hubbard (hubbard.alex@gmail.com)

Examples

1
2
3
4
5
link_to_proj()
set_proj_models(
   Model1 = T,
   model2 = F
)

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