mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-15 17:15:12 -05:00
Fix code typo.
This commit is contained in:
@@ -14,7 +14,7 @@ For example, if the user wants to output [time series objects](http://stat.ethz.
|
||||
|
||||
<pre><code class="r">reactiveTimeSeries <- function(func) {
|
||||
reactive(function() {
|
||||
val < func()
|
||||
val <- func()
|
||||
list(start = tsp(val)[1],
|
||||
end = tsp(val)[2],
|
||||
freq = tsp(val)[3],
|
||||
|
||||
Reference in New Issue
Block a user