# NOT RUN {
co = container(1, 2, mean)
clear(co)
co
ref_clear(co)
co
dit = dict.table(a = 1, b = 2)
clear(dit)
dit # original was not touched
ref_clear(dit)
dit # original was cleared
# }
Run the code above in your browser using DataLab