mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-10 22:55:12 -05:00
26 lines
420 B
Markdown
26 lines
420 B
Markdown
|
|
|
|
## (Under Construction)
|
|
|
|
The Sliders application demonstrates the many capabilities of slider controls, including the ability to run an animation sequence. To run the example type:
|
|
|
|
<pre><code class="console">> library(shiny)
|
|
> runExample("05_sliders")
|
|
</code></pre>
|
|
|
|
#### ui.R
|
|
|
|
<pre><code class="r">library(shiny)
|
|
|
|
|
|
</code></pre>
|
|
|
|
#### server.R
|
|
|
|
<pre><code class="r">library(shiny)
|
|
|
|
|
|
</code></pre>
|
|
|
|
|