powered by
List Channel Activities
list_channel_activities( channel_id, part = c("snippet", "contentDetails"), max_results = 50, page_token = NULL, published_after = NULL, published_before = NULL, region_code = NULL, simplify = TRUE, auth = "key", ... )
A data frame when `simplify = TRUE`; otherwise an activities-list response.
Channel ID.
Character vector of activity resource parts.
Maximum total number of activities to return.
Optional page token at which to start.
Optional RFC 3339 lower timestamp bound.
Optional RFC 3339 upper timestamp bound.
Optional ISO 3166-1 alpha-2 content-region code.
If `TRUE`, return a data frame; otherwise return the raw API response with all collected items.
Authentication method, `"key"` or `"token"`.
Additional arguments passed to [tuber_GET()].
https://developers.google.com/youtube/v3/docs/activities/list
if (FALSE) { list_channel_activities("UCRw8bIz2wMLmfgAgWm903cA", max_results = 100) }
Run the code above in your browser using DataLab