Specify a text input
input_text(
name,
desc = NULL,
width = 80,
height = 3,
group = NULL,
default_label = TRUE
)
name of the input
optional description of the input
width (in characters) of the text box popout
height (in lines of text) of the text box popout
optional categorization of the input for organizational purposes in the viewer (currently not implemented in the viewer)
should this input be shown under the panel in the viewer by default?