Skip to contents

Check the status of a panel batch job

Usage

panel_batch_status(job)

Arguments

job

A panel_batch_submit() handle (or a state_path to one).

Value

The LLMR batch status (a one-row tibble).

Examples

if (FALSE) { # \dontrun{
job <- readRDS("panel_job.rds")
panel_batch_status(job)
} # }