Returns the absolute /mnt/project/ path of the CSV produced by
extract_batch(). Use this to read the file directly on the RAP
without downloading.
Arguments
- job_id
(character) Job ID returned by
extract_batch().
Examples
if (FALSE) { # \dontrun{
path <- job_path(job_id)
df <- data.table::fread(path)
} # }
