get_initial_filter_values {teal.transform}R Documentation

Returns the initial values for the vals widget of a filter_spec object

Description

Returns the initial values for the vals widget of a filter_spec object

Usage

get_initial_filter_values(filter, datasets)

Arguments

filter

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

datasets

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

Value

named list with two slots choices and selected.


[Package teal.transform version 0.6.0 Index]