Dash Installation

Install the dash package and its dependencies from GitHub:

install.packages("remotes")
remotes::install_github("plotly/dashR", upgrade = "always")

This also brings along the plotly graphing package. This package is under active development, so install and upgrade frequently.

These docs are using dash version 0.9.1.

Note that Dash requires R version 3.0.2 or higher (you can check which version of R you have by typing R.version.string in the R console).

Sign up for Dash Club → Two free cheat sheets plus updates from Chris Parmer and Adam Schroeder delivered to your inbox every two months. Includes tips and tricks, community apps, and deep dives into the Dash architecture. Join now.

Write, deploy, and scale Dash apps on Dash Enterprise.

Learn More | Pricing | Dash Enterprise Demo | Dash Enterprise Overview