It would be nice if when defining an UpDraft Workflow a user is able to get parameters in a structured fashion such as: ```r 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
It would be nice if when defining an UpDraft Workflow a user is able to get parameters in a structured fashion such as:
Which would return a data.table or frame with all named parameters required for the workflow along with roxygen docs and default values