inst/lifeexpgambia/ui.R

ui <- fluidPage(
  titlePanel("censusVis"),

  sidebarLayout(
    sidebarPanel(

    ),

    mainPanel(
      plotly::plotlyOutput("plot1"),
      plotly::plotlyOutput("plot2"),
      plotly::plotlyOutput("plot3"),
      textOutput("reg")
    )
  )
)
unimi-dse/d89bee8f documentation built on Feb. 14, 2020, 12:39 a.m.