check_numeric_list_values: Check that two lists are numeric, and the values of one are...

Description Usage Arguments Value

View source: R/method_argument_check.R

Description

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

Usage

1
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


spartan documentation built on May 2, 2019, 9:39 a.m.