-
Notifications
You must be signed in to change notification settings - Fork 137
Interactive viewers
Kun Ren edited this page Jun 18, 2021
·
9 revisions
With R session watcher enabled, multiple types of viewers are supported to display tabular data, graphics, htmlwidgets and shiny apps.
View()
will open a tab to view the object.
Object type | Viewer |
---|---|
data.frame |
table viewer |
matrix |
table viewer |
list |
list viewer |
environment |
list viewer |
others | text editor |
The table viewer supports sorting and searching.





- Getting Started
- Installation
- Configuration
- Features
- Package development
- R Markdown
- Contributing
- FAQ