View source: R/utils_helpers.R
compute_reactive_in_list | R Documentation |
Given a list of items, calculate the actual value of the item in the list. It is a helper function to get the value of shiny::reactive value, and then need to be use in a reactive function. If the item is an R litteral, then this function returns it as it is.
compute_reactive_in_list(options)
options |
The list to calculate values over |
The list of the calculated values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.