gen_config: Generate Config File Skeleton

Description Usage Arguments Details Value

View source: R/Config.R

Description

Generate Config File Skeleton

Usage

1
gen_config(default = TRUE, path = ".", in_list = NULL)

Arguments

default

A boolean determining whether or not default values should be loaded into the generated config file

path

the directory that the config file should be saved in

in_list

An optional list that can be passed in to generate values for a config file. Currently, the list is not validated, so the config file is not guaranteed to work with the structure.

Details

The following are the items contained in the config file. All of them must be present in order for the model to run successfully.

Value

Null, but saves a yml file with the headers needed to run the prediction model saved


NSAPH/airpred documentation built on May 7, 2020, 10:49 a.m.