Description Usage Arguments Value
For some use cases in shiny app development, you will need to check if a value is a reactive function or reactive value. To preserve the generalizeable functionality of the ui and server functions, this supporting function is used to convert a static value or values into a reactive declaration to be used later on in the function.
1 | to_reactive(x)
|
x |
object to convert if NOT already a reactive function |
Reactive function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.