Create groups in Environment

Hey forum.

I was wondering if there is a way to group all your variables/data fields etc. in the environment?
It would make the overview more simple to navigate in, especially when you have alot of variables. - So you can minimize a group of variables and only see one row.

programmatically you can assign your objects into whatever new environments you make. then these will appear as a single entry inthe main environment pane, when you double click or press magnify you will then see inside that environment.

myenv <- new.env()
myenv$iris <- iris

image

image

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.