inst/shinyApp/introduction.R

introduction_page <- tabItem(
  tabName = "introduction",
  br(),
  br(),
  
  column(width = 12,align = "center",
         column(width=12,shiny::img(src="logo2.png",height=60,width=80))),
  # column(width = 12,br()),
  includeMarkdown("markdown/RMD_introduction.Rmd"),
  column(width=12,offset = 1,#align = "center",
         shiny::img(src="workflow.png",width=620,height=480))
)
JiajinChen/shinyBN documentation built on Sept. 6, 2022, 2:47 p.m.