Learn R Programming

dataquieR (version 2.0.1)

util_empty: Test, if values of x are empty, i.e. NA or whitespace characters

Description

Test, if values of x are empty, i.e. NA or whitespace characters

Usage

util_empty(x)

Value

a logical vector, same length as x; TRUE, if resp. element in x is "empty"

Arguments

x

the vector to test