Retrieves the batch results and parses them into a panel_responses,
identical in shape to a synchronous panel_administer() run. Responses are
joined to the grid by request id, so the order the provider returns them in
does not matter.
Arguments
- job
A
panel_batch_submit()handle (or astate_pathto one).
Examples
if (FALSE) { # \dontrun{
job <- readRDS("panel_job.rds")
responses <- panel_batch_fetch(job)
} # }