Skip to contents

Lists all providers and datasets that have ingest outputs on GCS.

Usage

list_ingest_outputs(gcs_bucket = "calcofi-db")

Arguments

gcs_bucket

GCS bucket (default: "calcofi-db")

Value

Tibble with provider, dataset, and manifest_path columns

Examples

if (FALSE) { # \dontrun{
ingests <- list_ingest_outputs()
} # }