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).
Write, deploy, and scale Dash apps on Dash Enterprise.
Learn More |
Pricing |
Dash Enterprise Demo |
Dash Enterprise Overview