check_all_args: Check arguments automatically

View source: R/utils_check.R

check_all_argsR Documentation

Check arguments automatically

Description

This function performs checks for every provided argument. It can only check arguments that are defined in the central parameter dictionary. See get_param_dict for more details.

Usage

check_all_args(args)

Arguments

args

Named list containing the arguments and their values.

Value

Function does nothing return. It raises an error the arguments are not valid.

See Also

Other Utils Checks Developers: check_class_and_type()


aifeducation documentation built on Nov. 19, 2025, 5:08 p.m.