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
According to the "Arguments from Module Manager" vignette, afmm provides, among others: unfiltered_dataset and filtered_dataset. Those are only resolvable in reactive time.
Some modules could benefit from being able to inspect the full suite of datasets provided to the application at start time. That would allow them to:
Detect app creation mistakes.
Pre-compute UIs for all possible dataset selection.
...
The proposal is to introduce a new afmm member offering that information. Maybe it could be named just "data" and be mostly a pass-through of the dv.manager::run_app()data argument. "Mostly" because run_app allows to provide functions instead of datasets and those would need to be evaluated first.
The text was updated successfully, but these errors were encountered:
According to the "Arguments from Module Manager" vignette,
afmm
provides, among others:unfiltered_dataset
andfiltered_dataset
. Those are only resolvable in reactive time.Some modules could benefit from being able to inspect the full suite of datasets provided to the application at start time. That would allow them to:
The proposal is to introduce a new
afmm
member offering that information. Maybe it could be named just"data"
and be mostly a pass-through of thedv.manager::run_app()
data
argument. "Mostly" becauserun_app
allows to provide functions instead of datasets and those would need to be evaluated first.The text was updated successfully, but these errors were encountered: