dash-package | R Documentation |
Dash is a productive framework for building web applications in R, Python, and Julia.
Written on top of Fiery, Plotly.js, and React.js, Dash for R is ideal for building data visualization apps with highly custom user interfaces in pure R. It's particularly suited for anyone who works with data in R.
Through a couple of simple patterns, Dash abstracts away all of the technologies and protocols that are required to build an interactive web-based application. Dash is simple enough that you can bind a user interface around your R code in an afternoon.
Dash apps are rendered in the web browser. You can deploy your apps to servers and then share them through URLs. Since Dash apps are viewed in the web browser, Dash is inherently cross-platform and mobile ready.
There is a lot behind the framework. To learn more about how it is built and what motivated Dash, watch our talk from Plotcon or read our announcement letter.
Dash is an open source package, released under the permissive MIT license. Plotly develops Dash and offers a platform for easily deploying Dash apps in an enterprise environment. If you're interested, please get in touch.
Maintainer: Hammad Khan hammadkhan@plotly.com
Authors:
Chris Parmer chris@plotly.com
Ryan Patrick Kyle ryan@plotly.com
Carson Sievert
Hammad Khan hammadkhan@plotly.com
Other contributors:
Plotly Technologies [copyright holder]
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.