Nothing
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
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.