insertUI_component: Insert components to UI

View source: R/fct_insertUI_component.R

insertUI_componentR Documentation

Insert components to UI

Description

Function to add UI components on submission

Usage

insertUI_component(type, name, uu_id)

Arguments

type

type of components. E.g. label, selection, contact.

name

name of the components. Use insertUI_name() to generate a unique name.

uu_id

uniqueID used to name the UI components.

Examples

## Not run: 
insertUI_component('selection', insertUI_name('ligand'), 
                   counter = 3, uu_id = "575ceb43-9ff5-40fb-85a4-9a8e9e06ceff")

## End(Not run)

nvelden/shinyNGLVieweR documentation built on Nov. 20, 2024, 2:12 a.m.