Skip to content

Commit

Permalink
Update index.Rmd
Browse files Browse the repository at this point in the history
Moar typos
  • Loading branch information
Roon committed May 9, 2015
1 parent 1301a45 commit 29a1b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 09_DevelopingDataProducts/shiny2/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ shinyServer(

---
## Reactive expressions
* Sometimes to speed up your app, you want reactive operations (those operations that depend on widget input values) to be performed outside of a `render*`1 statement
* Sometimes to speed up your app, you want reactive operations (those operations that depend on widget input values) to be performed outside of a `render*` statement
* For example, you want to do some code that gets reused in several
`render*` statements and don't want to recalculate it for each
* The `reactive` function is made for this purpose
Expand Down

0 comments on commit 29a1b93

Please sign in to comment.