# 1 genUI: Upload R Data ----
output$upload_r_ui <- renderUI({
if (is.null(input$select_data_ui))
return()
if (input$select_data_ui == "r_ui")
wellPanel(p("Work in progress R")
# TODO
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.