R shiny dashboard tabItems not apparing
问题 Here's my ui.R and server.R. I'm not sure why the headers in dashboardBody don't show up. server.R shinyServer(function(input, output){ }) ui.R dashboardPage( dashboardHeader(title = "Analysis"), dashboardSidebar( sidebarMenu( menuItem("Data Pull", tabName = "dataPull", icon = icon("database"), dateInput("startDateInput", "What is the starting date?", value = NULL, min = NULL, max = NULL, format = "yyyy-mm-dd", startview = "month", weekstart = 0, language = "en"), dateInput("endDateInput",