Skip to contents

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 value

  • reactive(): Create a reactive expression

  • observe(): Create an observer

  • observeEvent(): Create an event-driven observer

  • isolate(): Run an expression without reactive dependencies

  • tags: HTML tag builder

  • tagList(): Combine tags into a list

See the shiny documentation for full details.