inst/shiny-examples/ContDataSumViz_test/external/tab_Help.R

# Help Panel

function() {
  tabPanel("Help"
           , fluidPage(h2("LakeMonitoR Shiny App Help"
                          #, style  = "text-align:center"
                          )
                       , p("This Shiny app helps the user calculate
                           stratification and other lake metrics.")
                       , p("If you do not have area data for your lake only
                           stratification will be calculated.")
                       , br()
                       , p("0. Combine (Aggregate) files (if necessary).")
                       , p("1. Import files.")
                       , p("2. Define columns.")
                       , p("3. Calculate.")
                       , p("4. Download data.")
                        )## fluidPage ~ END
           # , includeHTML(file.path("external", "Help.html"))
           )##tabPanel ~ END
}##FUNCTION ~ END
leppott/ContDataSumViz documentation built on Jan. 30, 2024, 10 p.m.