watch_input: Declare an observer for every data slot in the passed...

View source: R/utils.R

watch_inputR Documentation

Declare an observer for every data slot in the passed reactive values and map the data and name slots to the passed dest rv upon changes in the data slot of each passed rv

Description

Declare an observer for every data slot in the passed reactive values and map the data and name slots to the passed dest rv upon changes in the data slot of each passed rv

Usage

watch_input(rv, ...)

Arguments

rv

The reactiveValues object to be updated with the contents of the reactiveValues in ...

...

reactiveValues objects with slots data and name


shaliulab/fslretho documentation built on Jan. 30, 2023, 9:16 p.m.