# NOT RUN {
use(mod::ule({
a <- 1
}), as = "my_module")
use(mod::ule({
b <- 2
}), as = "my_other_module")
search()
# by name
drop("my_module")
# and at the head position
drop()
search()
# }
Run the code above in your browser using DataLab