Clear R environment of all objetcs & packages

I tried this command

remove(list = ls())

I expect to clear all R environment (Objects, packages)

Leave a Comment