CheckForAllTrue: Checks whether all components are TRUE.

Description Usage Arguments Value

View source: R/utils_assert.R

Description

Checks whether all components are TRUE.

Usage

1

Arguments

x

(logical) vector. A 'TRUE' denotes a success, and 'FALSE' and 'NA' a failure. The names attribute must be set, with nonempty, non-NA, non-duplicated names.

...

one or more character vectors, passed on to FormatText.

Value

If all tests pass, returns TRUE invisibly. Otherwise, an 'assertError' is thrown.


google/GeoexperimentsResearch documentation built on May 17, 2019, 7:42 a.m.