inst/DVHshiny/app_ui_tab_about.R

fluidPage(
    fluidRow(
        box(# height = "600px",
            title = "About",
            width = 12,
            # status = NULL, 
            # closable = FALSE,
            # maximizable = FALSE, 
            collapsible = FALSE,
            includeHTML("ABOUT.html")
        )
    )
)
dwoll/DVHmetrics documentation built on March 3, 2024, 9:28 a.m.