Nothing
createAbout <- function(logo) {
'bslib::nav_item(
bslib::popover(
shiny::icon("circle-info"),
shiny::tags$img(
src = "{logo}",
class = "logo-img",
alt = "Logo",
height = "auto",
width = "30%",
style = "float:right"
),
"This shiny app was generated with ",
shiny::a(
"OmopViewer",
href = "https://github.com/OHDSI/OmopViewer",
target = "_blank"
),
shiny::strong("v{as.character(utils::packageVersion("OmopViewer"))}")
)
)' |>
glue::glue() |>
as.character()
}
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.