Adding and removing UI objects




Inserted UIs go here:



Relevant code chunks

ui.R:
fluidPage(
   actionButton('insertBtn', 'Insert'),
   actionButton('removeBtn', 'Remove'),
   tags$div(id = 'placeholder')
)