compute_reactive_in_list: Compute reactive value in list

View source: R/utils_helpers.R

compute_reactive_in_listR Documentation

Compute reactive value in list

Description

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.

Usage

compute_reactive_in_list(options)

Arguments

options

The list to calculate values over

Value

The list of the calculated values


guilhemheinrich/opensilex-clay documentation built on April 13, 2022, 6:35 a.m.