shiny
htmltools
req()
seq()
on.exit()
observe()
isolate
observeEvent
eventReactive
reactiveTimer()
invalidateLater(ms)
git
If you create an object with some value.
x1 <- 10
And you copy the same value on a new object.
x2 <- x1