plotly_example {plotly} | R Documentation |
Provides a unified interface for running demos, shiny apps, and Rmd documents which are bundled with the package.
plotly_example(type = c("demo", "shiny", "rmd"), name, ...)
type |
the type of example |
name |
the name of the example (valid names depend on |
... |
arguments passed onto the suitable method. |
Carson Sievert