Learn R Programming

spartan (version 3.0.2)

check_numeric_list_values: Check that two lists are numeric, and the values of one are less than the other

Description

Check that two lists are numeric, and the values of one are less than the other

Usage

check_numeric_list_values(arguments, nameSmall, nameLarge)

Arguments

arguments

List of the arguments provided to the called function

nameSmall

Parameter name of the smaller list, for error reporting

nameLarge

Parameter name of the larger list, for error reporting

Value

Boolean stating the current status of the pre-execution checks, or FALSE if this check fails