get_subscribed_metadata {trud} | R Documentation |
A convenience wrapper around trud_items()
and get_item_metadata()
,
retrieving metadata for only items that the user is subscribed to.
get_subscribed_metadata(TRUD_API_KEY = NULL, latest_only = FALSE)
TRUD_API_KEY |
A string. The name of an environmental variable
containing your TRUD API key. If |
latest_only |
If |
A tibble, with item metadata stored in the list column metadata
.
trud_items()
, get_item_metadata()
## Not run:
get_subscribed_metadata()
## End(Not run)