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

Description Usage Arguments Value

View source: R/checks.R

Description

Check whether an object is a non-empty string.

Usage

1

Arguments

t

the object to check

Value

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


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