View source: R/mod_safetyGraphicsServer.R
safetyGraphicsServer | R Documentation |
This function returns a server function suitable for use in shiny::runApp()
safetyGraphicsServer( input, output, session, meta, mapping, domainData, charts, filterDomain )
input |
Shiny input object |
output |
Shiny output object |
session |
Shiny session object |
meta |
data frame containing the metadata for use in the app. |
mapping |
current mapping |
domainData |
named list of data.frames to be loaded in to the app. |
charts |
list of charts to include in the app |
filterDomain |
domain used for the data/filter tab. Demographics (" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.