module_metadata_server {shinyMixR} | R Documentation |
meta data module for server
Description
meta data module for server
Usage
module_metadata_server(
id,
type,
selline = NULL,
sellmod = NULL,
sellcont = NULL,
r
)
Arguments
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 |
Value
a reactive with the meta data information
[Package shinyMixR version 0.5.1 Index]