Description Usage Arguments Details
View source: R/utils-validation.R
Check if a value is NULL or NA or empty string or not in a list of objects.
| 1 2 | isEmptyOrBlankVectors(val = NULL, listObjects = NULL,
  objectName = NULL)
 | 
| val | any R object. | 
| listObjects | R list of objects. | 
| objectName | R object. | 
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.