inst/virtual_patient_simulator/miniUI2/navbar.R

fullScreenUI <- function() {
  tagAppendAttributes(
    f7Button(
      inputId = "fullscreen",
      label = icon("expand"),
      color = "blue",
      size = "large"
    ),
    onclick = "shinyjs.toggleFullScreen();"
  )
}


navbar <- f7Navbar(
  title = "Virtual Patient Simulator",
  hairline = TRUE,
  shadow = TRUE,
  left_panel = TRUE,
  right_panel = TRUE,
  subNavbar = NULL
)

Try the CaPO4Sim package in your browser

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

CaPO4Sim documentation built on Sept. 11, 2024, 7:20 p.m.