Skip to contents

A simple validation check to ensure the parameters are not blank.

Usage

simple_parameter_validator(values, types)

Arguments

values

a named list of values to check.

types

a character vector of the input types.

Value

either TRUE if the validation passes or a character string indicating why the validation failed.