Description Usage Arguments Details See Also
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  | isEmptyOrBlank(val = NULL, listObjects = NULL, objectName = NULL)
 | 
val | 
 any R object.  | 
listObjects | 
 R list of objects.  | 
objectName | 
 R object.  | 
Check for empty or blank values
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.