input_checker: Check configuration file

Description Usage Arguments Value

View source: R/helper_functions.R

Description

Check configuration file

Usage

1
input_checker(config, which_function)

Arguments

config

list; a named list containing all the needed inputs.

which_function

string; string indicating which requirement list should be used. The current options are "make_cluster_data" or "make_experiment".

Value

If there are any missing names or mismatched types between the requirement list and the config, an error will be returned. Otherwise, nothing is returned.


smmueller/plotdesignr documentation built on Jan. 5, 2022, 10:55 a.m.