powered by
isempty(A)
TRUE
x
FALSE
isempty(1:3) # FALSE isempty(array(NA, c(2, 0, 2))) # TRUE
Run the code above in your browser using DataLab