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

Description Usage Arguments Value

View source: R/checks.R

Description

Check whether an object is a non-empty vector.

Usage

1

Arguments

t

the object to check

Value

TRUE if neither is.na(t) nor is.null(t) holds and is.vector(t) and length(t) > 0L hold, FALSE otherwise


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