module_metadata_server: meta data module for server

View source: R/module_metadata.R

module_metadata_serverR 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


shinyMixR documentation built on April 12, 2025, 2:25 a.m.