Retrieve information about available datasets (historical versions) for a specific feed. Each dataset represents a snapshot of the feed at a particular point in time.
Arguments
- feed_id
A string. The unique identifier for the feed.
- latest
A logical. If
TRUE(default), return only the most recent dataset. IfFALSE, return all available datasets.- use_cache
A logical. If
TRUE(default), use cached results if available. IfFALSE, always fetch fresh data from the API. Cached data expires after 24 hours (datasets are immutable).
Value
A tibble containing dataset information including:
id- Dataset identifierfeed_id- Associated feed IDdownloaded_at- Timestamp when dataset was capturedhash- Hash of the dataset filedownload_url- URL to download this specific dataset versionAdditional metadata columns
See also
download_feed() to download specific historical versions,
get_validation_report() to extract validation data from datasets,
mobdb_get_dataset() to get details for a specific dataset
