Skip to contents

This function extracts metadata from the most recent `.ods` DfT files in a specified Google Cloud Storage (GCS) bucket. It uses the `download_cover` function to retrieve the cover sheet metadata (emails and dates) and processes it into a tidy format.

Usage

extract_metadata(bucket_name = "tin_dev_data_storage")

Arguments

bucket_name

A string representing the name of the GCS bucket from which the metadata will be extracted.

Value

A tibble containing the metadata (e.g., email, next_update, last_update) from the most recent `.ods` files.