uptake / updraft

R package for building flexible workflows
Other
13 stars 12 forks source link

Surface Parameter Dependencies in a Structured Fashion #33

Open Paxanator opened 5 years ago

Paxanator commented 5 years ago

It would be nice if when defining an UpDraft Workflow a user is able to get parameters in a structured fashion such as:

workflow <- ..
workflow$getParams()

Which would return a data.table or frame with all named parameters required for the workflow along with roxygen docs and default values