lg_server: List group Server

Description Usage Arguments

View source: R/lg.R

Description

The server function for a list group used in the shiny dashboard and bs4dash framework

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
lg_server(
  input,
  output,
  session,
  base_data,
  active = NULL,
  type = "heading",
  width = 12,
  lim = 5
)

Arguments

input

The input object for the shiny server function

output

The output object for the shiny server function

session

The session object for the shiny server function

base_data

A reactive dataframe for completing the list group items

active

Logical with NULL accepting 'active' logic based on the dataframe column

type

The type of the list group

width

The size of the column HTML declaration

lim

The limit of the dataframe size to generate in the output


HarryRosen/hrimodules documentation built on Jan. 11, 2022, 12:36 a.m.