These functions are re-exported from shiny for convenience, so you can use them in irid apps without loading shiny explicitly.
Details
reactiveVal(): Create a reactive valuereactive(): Create a reactive expressionobserve(): Create an observerobserveEvent(): Create an event-driven observerisolate(): Run an expression without reactive dependenciestags: HTML tag builder
tagList(): Combine tags into a list
See the shiny documentation for full details.
