Given a RecipeWorkflow (typically fetched from the registry), downloads
the data, resolves the weight configuration, fetches referenced recipes,
and returns a Survey object ready for workflow() estimation.
Usage
reproduce_workflow(wf, data_path = NULL, dest_dir = tempdir())Examples
if (FALSE) { # \dontrun{
wf <- api_get_workflow("w_123")
svy <- reproduce_workflow(wf)
} # }