Skip to contents

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()