Skip to content

Commit 122145b

Browse files
committed
Merge pull request #101 from Roon/patch-4
Update index.Rmd
2 parents 64554c6 + 29a1b93 commit 122145b

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)