powered by
is.empty
hash
is.empty(x)
exists
length
h <- hash( a=1, b=2, c=3 ) is.empty(h) # FALSE clear(h) is.empty(h) # TRUE h <- hash() is.empty(h) # TRUE
Run the code above in your browser using DataLab