loadExample() is a convenience LoadData hook for RunWorkflow() and
RunWorkflows(). If an initData.R file exists in the same folder as the
workflow YAML, it sources that script and calls initData() to get starter
lData.
The return value is merged with incoming lData so caller-provided values
override defaults from initData().
Arguments
- lWorkflow
listWorkflow object. Must includepath(set byMakeWorkflowList()) to locateinitData.R.- lConfig
listUnused. Included to match theLoadDatahook interface expected byRunWorkflow().- lData
listExisting input data.