check_internal_list {dRiftDM}R Documentation

checks if all entries of internal_list are an expression or integer. Throws an error if not (internal docu)

Description

Checks also if there are entries for each parameter and condition

Usage

check_internal_list(internal_list, prm_names, cond_names)

Arguments

internal_list

a list, referring to a (linear) internal list of a flex_prms object.

prm_names

the expected parameter of the flex_prms object

cond_names

the expected conditions of the flex_prms object

Value

the internal list for convenience


[Package dRiftDM version 0.2.1 Index]