isEmptyOrBlankVectors: isEmptyOrBlank

Description Usage Arguments Details

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
2
isEmptyOrBlankVectors(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 specifically for vectors

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


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