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")
        )
    )
)

Try the DVHmetrics package in your browser

Any scripts or data that you put into this service are public.

DVHmetrics documentation built on March 23, 2022, 5:08 p.m.