data_extract_filter_srv: Handles events emitted from the UI generated by...

View source: R/data_extract_filter_module.R

data_extract_filter_srvR Documentation

Handles events emitted from the UI generated by data_extract_filter_ui

Description

Handles events emitted from the UI generated by data_extract_filter_ui

Usage

data_extract_filter_srv(id, datasets, filter)

Arguments

id

(character) id string.

datasets

(⁠named list⁠) a list of reactive data.frame type objects.

filter

(filter_spec) the filter generated by a call to filter_spec().

Value

NULL, invisibly.

Note

This shiny module server updates the values of the vals teal.widgets::optionalSelectInput() widget. It's responsible for setting the initial values and the subsequent updates to the vals widget based on the input of the col widget.


teal.transform documentation built on May 29, 2024, 5:06 a.m.