render_tabset_panel_content: Renders the left-hand side 'tabset' panel of the module

View source: R/tm_variable_browser.R

render_tabset_panel_contentR Documentation

Renders the left-hand side tabset panel of the module

Description

Renders the left-hand side tabset panel of the module

Usage

render_tabset_panel_content(
  datanames,
  parent_dataname,
  output,
  data,
  input,
  columns_names,
  plot_var
)

Arguments

datanames

(character) the name of the dataset

parent_dataname

(character) the name of a parent dataname to filter out variables from

output

(session$output) the shiny session output

data

(teal_data) the object containing all datasets

input

(session$input) the shiny session input

columns_names

(environment) the environment containing bindings for each dataset

plot_var

(list) the list containing the currently selected dataset (tab) and its column names


teal.modules.general documentation built on April 4, 2025, 2:26 a.m.