Skip to contents

For a given list of widget structures as read from ui_structure.json, create_ui applies create_widget to each widget in the list

Usage

create_ui(widget_structure_list, ns)

Arguments

widget_structure_list

The list of widget structures (from ui_structure.json) to generate as UI

ns

A namespacing function generated by shiny::NS to apply to the id's of each generated widget

Value

A list of Shiny widgets