mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-30 09:18:33 -05:00
@@ -122,7 +122,7 @@ shinyServer(function(input, output) {
|
||||
fib(as.numeric(input$n))
|
||||
}
|
||||
|
||||
output$nthValue <- renderText({ currentFib })
|
||||
output$nthValue <- renderText({ currentFib() })
|
||||
})
|
||||
{% endhighlight %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user