Exploring Reactivity
Slides
Exercise 1
Compare the two apps with a partner. Look at the reactive graph. Are they any different?
runApp("reactives/app_reactive.R")
runApp("reactives/app_isolate.R")
Exercise 2
Compare the two apps with a partner. Look at the reactive graph. Are they any different?
runApp("reactives/app_eventReactive.R")
runApp("reactives/app_observeEvent.R")
Exercise 3
Try and understand this app using {reactlog}
.
runApp("reactives/app_ExtendedTaskSingle.R")