View source: R/fct_insertUI_component.R
insertUI_component | R Documentation |
Function to add UI components on submission
insertUI_component(type, name, uu_id)
type |
type of components. E.g. label, selection, contact. |
name |
name of the components. Use |
uu_id |
uniqueID used to name the UI components. |
## Not run:
insertUI_component('selection', insertUI_name('ligand'),
counter = 3, uu_id = "575ceb43-9ff5-40fb-85a4-9a8e9e06ceff")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.