Skip to content

Commit 3c7be37

Browse files
committed
Merge remote-tracking branch 'origin/master'
* origin/master: Update index.Rmd Update index.Rmd
2 parents 29b41bc + 122145b commit 3c7be37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

09_DevelopingDataProducts/shiny2/index.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ shinyServer(
9292

9393
---
9494
## Reactive expressions
95-
* 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
95+
* 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
9696
* For example, you want to do some code that gets reused in several
9797
`render*` statements and don't want to recalculate it for each
9898
* The `reactive` function is made for this purpose

0 commit comments

Comments
 (0)