mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-27 15:58:22 -05:00
brief preambles for each application
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||

|
||||
|
||||
To run the example type:
|
||||
The HTML UI application demonstrates defining a Shiny user-interface using a standard HTML page rather than a ui.R script. To run the example type:
|
||||
|
||||
<pre><code class="console">> library(shiny)
|
||||
> runExample("08_html")
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||

|
||||
|
||||
To run the example type:
|
||||
The More Widgets application demonstrates the helpText and submitButton widgets as well as the use of embedded HTML elements to customized formatting. To run the example type:
|
||||
|
||||
<pre><code class="console">> library(shiny)
|
||||
> runExample("07_widgets")
|
||||
|
||||
@@ -2,13 +2,14 @@
|
||||
|
||||

|
||||
|
||||
|
||||
To run the example type:
|
||||
The Reactivity application is very similar to Hello Text but goes into much more detail about reactive programming concepts. To run the example type:
|
||||
|
||||
<pre><code class="console">> library(shiny)
|
||||
> runExample("03_reactivity")
|
||||
</code></pre>
|
||||
|
||||
Try changing the text in the Caption field to something else--you'll notice that the caption is updated immediately in the output pane.
|
||||
|
||||
#### ui.R
|
||||
|
||||
<pre><code class="r">library(shiny)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||

|
||||
|
||||
To run the example type:
|
||||
The Shiny Text application demonstrates printing R objects directly as well as displaying data-frames using HTML tables. To run the example type:
|
||||
|
||||
<pre><code class="console">> library(shiny)
|
||||
> runExample("02_text")
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
## (Under Construction)
|
||||
|
||||
To run the example type:
|
||||
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")
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||

|
||||
|
||||
To run the example type:
|
||||
The Tabsets application demonstrates using tabs to present output. To run the example type:
|
||||
|
||||
<pre><code class="console">> library(shiny)
|
||||
> runExample("06_tabsets")
|
||||
|
||||
Reference in New Issue
Block a user