powered by
Checks whether the cf object contains no data
is_empty.cf(.cf)
cf object.
cf
returns FALSE if .cf contains no data, TRUE otherwise
FALSE
.cf
TRUE
# NOT RUN { # The empty cf object must be empty: is_empty.cf(cf()) # The sample cf must not be empty: is_empty.cf(samplecf) # }
Run the code above in your browser using DataLab