Overview of R extension features
masterThe R extension provides a comprehensive environment for R development, including:
- Language Support: R Language Service (completion, signatures, diagnostics, etc.) and R Markdown support (chunk navigation, execution, and preview).
- Interactive Viewers:
- Data Viewer: View
data.frameormatrixin grid or treeview structures. - Plot Viewer: Interactive viewing with
jgdorhttpgdsupport. - Webpage/Browser Viewers: View
htmlwidgetsand interactiveshinyapps.
- Data Viewer: View
- Workspace Management: Sidebar tools for viewing global variables (Workspace viewer), searching help topics (Help pages viewer), and managing/installing packages.
- Development Tools: Package development commands (build, test, install, load) via
devtoolsintegration and RStudio add-in support. - Remote Development: Full support for working via SSH, Containers, or WSL.