You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our objective is teal_module(s) to receive the data as a list(adsl = reactive(<data.frame>), x = reactive(<data.frame>)) instead of taking data from the FilteredData object. In the flow-chart below what we need to do in this issue is distinguished by "bolded" frames. This means that if teal_module has a data argument, we need to pass a list which has expr, join_keys and metadata as attributes.
tm_module(
abc<instructionsforchoices># currently data_extractdata<listofreactives, optionallywithexpr, metadataandjoin_keysattr>,
# datasets - FilterPanel-api if the communication with filteredData needed# reporter - if reporter-api needed
)
Practically my first guess is that following lines might be enough before calling the module - but it depends how far refactor of the FilteredData will go (insightsengineering/teal.slice#33)
Our objective is teal_module(s) to receive the data as a
list(adsl = reactive(<data.frame>), x = reactive(<data.frame>))
instead of taking data from theFilteredData
object. In the flow-chart below what we need to do in this issue is distinguished by "bolded" frames. This means that ifteal_module
has a data argument, we need to pass a list which hasexpr
,join_keys
andmetadata
as attributes.Practically my first guess is that following lines might be enough before calling the module - but it depends how far refactor of the FilteredData will go (insightsengineering/teal.slice#33)
Currently following methods from FilteredData are used in the modules, they should be passed somehow in the data attributes:
The text was updated successfully, but these errors were encountered: