Skip to contents

Mirrors batch.list_files.

Usage

db_batch_list_files(job_id)

Arguments

job_id

Job identifier, as returned by db_batch_submit_job().

Value

A tibble with filename, hash, size and the download url.

Examples

if (FALSE) { # \dontrun{
db_batch_list_files("GLBX-20240101-ABCDEF")
} # }