Remove imported datasets

Under the 'Environment' section in R Studio I already imported some datasets and I no longer wish to keep them or I wish to delete them from the panel section and I see no means to do so. Can someone guide me to understand if there is a button or method to manage imported data?

To remove objects with the GUI:
Find the word List near the top right of the Environment pane.
Click the triangle next to that and select Grid.
The Environment pane will change to have a checkbox next to each object. Check the box next to the items you want to delete.
Click the broom icon that is near the top center of the Environment pane.
You will be asked if you really want to delete the objects.

For just a few objects, I use the rm() command. For example,

rm(DF, MAT)
1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.