is.non.empty.list: Check whether Something is a non-empty list

Description Usage Arguments Value

View source: R/checks.R

Description

Check whether an object is a non-empty list.

Usage

1

Arguments

t

the object to check

Value

TRUE if is.null(t) does not hold and is.list(t) and length(t) > 0L hold, FALSE otherwise


thomasWeise/utilizeR documentation built on May 30, 2019, 11:48 a.m.