powered by
clear(lst) ver() who() whos()
who() lists all items on the workspace. whos() lists all items and their class and size.
who()
whos()
ver() displays version and license information for R and all the loaded packages.
ver()
ls
rm
sessionInfo
# clear() # DON'T # who() # whos() # ver()
Run the code above in your browser using DataLab