modalOutput | R Documentation |
modal
moduleThis module uses modals from shinyBS
to create overlaid text for the
current panel which displays when a link is clicked. Input and output
functions are placed in the output function of the calling module (see
example).
modalOutput(id, title, content)
id |
Modal ID. Must match that passed to |
title |
Title to show on the help modal |
content |
String with content to inlude in modal |
This is handy, for example when adding help text.
modalOutput(ns("dendro"), "Sample clustering dendrogram", includeMarkdown(system.file("inlinehelp", "dendro.Rmd", package = packageName())))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.