A convenience wrapper around trud_items() and get_item_metadata(),
retrieving metadata for only items that the user is subscribed to. This is
particularly useful for seeing what data you can download with download_item().
If you need access to additional items, browse available options with
trud_items(), then subscribe through the NHS TRUD website.
get_subscribed_metadata(release_scope = c("all", "latest"))A tibble, with item metadata stored in the list column metadata.
Use the item_number column values with download_item().
Which releases to retrieve metadata for. Use "all" to
get all releases, or "latest" to get only the most recent release.
trud_items() to browse all available items
get_item_metadata() for detailed metadata on specific items
download_item() to download items you're subscribed to