Learn R Programming

spartan (version 3.0.2)

check_list_all_integers: Check that all objects of a list are integers

Description

Check that all objects of a list are integers

Usage

check_list_all_integers(arguments, argument_name)

Arguments

arguments

List of the arguments provided to the called function

argument_name

Name of the argument, for inclusion in the error message

Value

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