View source: R/module_metadata.R
module_metadata_server | R Documentation |
meta data module for server
module_metadata_server(
id,
type,
selline = NULL,
sellmod = NULL,
sellcont = NULL,
r
)
id |
Module id |
type |
character with the type of action (either "save" or "overview") |
selline |
reactive with the selected line for a model (for type "overview") |
sellmod |
reactive with the selected model (for type "save") |
sellcont |
reactive with the content of the selected model (for type "save") |
r |
reactive values object that is defined top-level |
a reactive with the meta data information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.