powered by
del(x,hash) delete(x,hash)
hash
make.keys
h <- hash( letters, 1:26 ) h # 26 elements del( "a", h ) h # 25 elements
Run the code above in your browser using DataLab