Gilead-BioStats / gsm

Good Statistical Monitoring R Package
https://gilead-biostats.github.io/gsm/
Apache License 2.0
39 stars 10 forks source link

Feature: Add support for `context` in workflows #1780

Closed jwildfire closed 3 months ago

jwildfire commented 3 months ago

Feature Details

Optionally Allow a user to specify a list where parameters can be found. This location should take priority over the standard hierarchy (workflow$meta, workflow$data, etc)

Example Code

Possible Implementation

Additional Comments

jwildfire commented 3 months ago

Mostly implemented in #1783, but not actually used in the end. Might makes sense just to roll this back if we don't have a clear use case ...