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