Learn R Programming

teal.modules.general (version 0.4.1)

render_tabset_panel_content: 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