Skip to contents

Finds all archived versions of a file in the calcofi-files bucket.

Usage

list_gcs_versions(path, bucket = "calcofi-files-public")

Arguments

path

Relative path to the file (e.g., "calcofi.org/bottle-database/bottle.csv")

bucket

GCS bucket name (default: "calcofi-files")

Value

Data frame with columns: version_date, gcs_path, size, updated

Examples

if (FALSE) { # \dontrun{
versions <- list_gcs_versions("calcofi.org/bottle-database/bottle.csv")
} # }