Fix typo in code

This commit is contained in:
Winston Chang
2012-10-30 12:28:38 -05:00
parent 0e26b5051b
commit bb37a09fad

View File

@@ -33,7 +33,7 @@ The condition can also use `output` values; they work in the same way (`output.f
<pre><code class="r"># Partial example
selectInput("dataset", "Dataset", c("diamonds", "rock", "pressure", "cars")),
conditionalPanel(
condition = "output.nrow",
condition = "output.nrows",
checkboxInput("headonly", "Only use first 1000 rows"))</code></pre>
#### server.R