input_text: Specify a text input

View source: R/input_cogs.R

input_textR Documentation

Specify a text input

Description

Specify a text input

Usage

input_text(
  name,
  desc = NULL,
  width = 80,
  height = 3,
  group = NULL,
  default_label = TRUE
)

Arguments

name

name of the input

desc

optional description of the input

width

width (in characters) of the text box popout

height

height (in lines of text) of the text box popout

group

optional categorization of the input for organizational purposes in the viewer (currently not implemented in the viewer)

default_label

should this input be shown under the panel in the viewer by default?


trelliscopejs documentation built on Aug. 8, 2025, 6:40 p.m.