isEmptyOrBlank: isEmptyOrBlank

Description Usage Arguments Details See Also

View source: R/utils-validation.R

Description

Check if a value is NULL or NA or empty string or not in a list of objects.

Usage

1
isEmptyOrBlank(val = NULL, listObjects = NULL, objectName = NULL)

Arguments

val

any R object.

listObjects

R list of objects.

objectName

R object.

Details

Check for empty or blank values

Be careful what you pass in as val, e.g. a list will return a vector of logicals.

See Also

isEmpty


USGS-R/repgen documentation built on April 14, 2021, 2:47 p.m.