View source: R/utils_reactive_changes.R
reactive_changes | R Documentation |
Create a reactive that is only updated when the expression returns a different vector to what is currently stored
reactive_changes(expr)
expr |
an expression that gets the values to observe whether they are changing |
a reactiveVal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.