Render Box Dynamically in Shiny
问题 how to render a box in shiny according to the data. data is uploaded by user and it can have more data than this, so i have to create a box dynamically. i am running the below code and i am getting four box created in console not in shiny webpage. please have a look, thankyou. CODE list_data <- list(c("AB","CD","EF","GH")) #data ui <- dashboardPage( dashboardHeader(title = "Text Mining"), dashboardSidebar( sidebarMenu( menuItem("NLP Tree", tabName = "NLP") ) ), dashboardBody( tabItems(