Skip to content

Commit

Permalink
Merge pull request DataScienceSpecialization#101 from Roon/patch-4
Browse files Browse the repository at this point in the history
Update index.Rmd
  • Loading branch information
rdpeng committed May 13, 2015
2 parents 64554c6 + 29a1b93 commit 122145b
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 122145b

Please sign in to comment.