What is RStudio?
Take control of your R code
RStudio is an integrated development environment (IDE) for R. It includes a console, syntax-highlighting editor that supports direct code execution, as well as tools for plotting, history, debugging and workspace management.
RStudio is available in open source and commercial editions and runs on the desktop (Windows, Mac, and Linux) or in a browser connected to RStudio Server or RStudio Server Pro (Debian/Ubuntu, RedHat/CentOS, and SUSE Linux).
RStudio is the premier integrated development environment for R. It is available in open source and commercial editions on the desktop (Windows, Mac, and Linux) and from a web browser to a Linux server running RStudio Server or RStudio Server Pro.
RStudio IDE features
RStudio runs on most desktops or on a server and accessed over the web.
RStudio integrates the tools you use with R into a single environment.
RStudio includes powerful coding tools designed to enhance your productivity.
RStudio enables rapid navigation to files and functions.
RStudio make it easy to start new or find existing projects.
RStudio has integrated support for Git and Subversion.
RStudio supports authoring HTML, PDF, Word Documents, and slide shows.
RStudio supports interactive graphics with Shiny and ggvis.
An IDE that was built just for R
- Syntax highlighting, code completion, and smart indentation
- Execute R code directly from the source editor
- Quickly jump to function definitions
Bring your workflow together
- Integrated R help and documentation
- Easily manage multiple working directories using projects
- Workspace browser and data viewer
Powerful authoring & Debugging
- Interactive debugger to diagnose and fix errors quickly
- Extensive package development tools
- Authoring with Sweave and R Markdown