ffm_check_params: Checks that a parameter table is complete

View source: R/params_functions.R

ffm_check_paramsR Documentation

Checks that a parameter table is complete

Description

A parameter table is considered complete if it contains all parameters specified in the ParamInfo table other than the optional parameter propSilicaFreeAsh. Parameter name comparisons are done ignoring case.

Usage

ffm_check_params(params, quiet = FALSE)

Arguments

quiet

Set to TRUE to suppress details of missing parameters being written to the console.

tbl

The input simulation parameter table (data frame).

Value

TRUE is all required parameters are present; FALSE otherwise.

See Also

ffm_complete_params


pzylstra/frame_r documentation built on Nov. 12, 2023, 1:55 a.m.