You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 09_DevelopingDataProducts/shiny2/index.Rmd
+1-1
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ shinyServer(
92
92
93
93
---
94
94
## 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
96
96
* For example, you want to do some code that gets reused in several
97
97
`render*` statements and don't want to recalculate it for each
98
98
* The `reactive` function is made for this purpose
0 commit comments