This function registers UI elements to the body of the application (the
right side). Items are added in the order given.
Usage
add_ui_body(elementlist = NULL, append = FALSE)
Arguments
elementlist
list of UI elements to add to the body
append
whether to append the elementlist to the currently
registered elements or replace the currently registered elements completely
Shiny Usage
Call this function after creating elements in program/ui_body.R to
register them to the application framework and show them on the body area
of the dashboard application