inst/extdata/shiny/ui_body_file_viewer.R

get_file_viewer_tabItem_ui<- function(){
  body_file_viewer_tabItem <- tabItem("file_viewer",
        fluidRow(
          box(
            title = "File List",
            status = "primary",
            width = 12,
            DT::dataTableOutput("files_info_DT")
          ),
          actionButton("delete_confirmed", "", class = "btn btn-primary", style = "display:none"),
          box(
            title = "File Preview",
            width = 12,
            status = "primary",
            DT::dataTableOutput("file_preview_DT"),
            textOutput("file_preview")
            )
        )
   )
}

Try the BioInstaller package in your browser

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

BioInstaller documentation built on May 1, 2019, 11:17 p.m.