inst/virtual_patient_simulator/bs4/navbar.R

#-------------------------------------------------------------------------
#  This code contains the header of shinydashboard. It is modified compared
#  to classic header. Indeed, some buttons to save, load, reset, download are
#  inserted in the header bar. Moreover, users can change the global theme
#  clicking on the theme selector.
#
#  David Granjon, the Interface Group, Zurich
#  December 4th, 2017
#-------------------------------------------------------------------------

navbar <- bs4DashNavbar(
  skin = "light",
  status = "white",
  border = TRUE,
  sidebarIcon = "bars",
  controlbarIcon = "th",
  leftUi = tagList(
    #uiOutput("currentTime"),
    fullScreenUI(id = "fullScreenTrigger"),
    uiOutput("user_game_status")
    #uiOutput("current_calcium")
  ),
  rightUi = tagList(
    downloadButton(
      label = "logs",
      outputId = "download_logs"
    )
  ),
  fixed = FALSE
)

Try the CaPO4Sim package in your browser

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

CaPO4Sim documentation built on March 21, 2021, 9:06 a.m.