-
Notifications
You must be signed in to change notification settings - Fork 130
Sidebar user interface
Nathan Kim edited this page Dec 15, 2021
·
6 revisions
The sidebar contains a workspace viewer, help pages viewer, and live share controller.
The workspace viewer displays the information of the objects in the global environment of the attached R session.
Objects could be viewed (sending View(obj)
to the terminal) or removed
(sending rm(...)
to the terminal).
The following option could be used to show to the second level of nested structures so that the list elements or data frame columns could be shown in the workspace viewer.
options(vsc.str.max.level = 2)
The help pages viewer lists several options to work with help pages, topics, and packages.
In the help pages viewer, one can also install and remove packages. In the viewer, pressing any key will trigger the search mode so that one can easily find a package by name.
- Getting Started
- Installation
- Configuration
- Features
- Package development
- R Markdown
- Contributing
- FAQ