get_subscribed_metadata {trud} | R Documentation |
Get metadata for subscribed NHS TRUD items
Description
A convenience wrapper around trud_items()
and get_item_metadata()
,
retrieving metadata for only items that the user is subscribed to.
Usage
get_subscribed_metadata(TRUD_API_KEY = NULL, latest_only = FALSE)
Arguments
TRUD_API_KEY |
A string. The name of an environmental variable
containing your TRUD API key. If |
latest_only |
If |
Value
A tibble, with item metadata stored in the list column metadata
.
See Also
trud_items()
, get_item_metadata()
Examples
## Not run:
get_subscribed_metadata()
## End(Not run)
[Package trud version 0.1.0 Index]