Retrieves items from a channel's uploads playlist.
Usage
list_channel_videos(
channel_id,
max_results = 50,
page_token = NULL,
simplify = TRUE,
auth = "key",
...
)Arguments
- channel_id
String. ID of the channel. Required.
- max_results
Maximum total number of videos returned.
- page_token
Specific page in the result set that should be returned. Optional.
- simplify
If `TRUE`, return a data frame; otherwise return the raw playlist-items response.
- auth
Authentication method, `"key"` or `"token"`.
- ...
Additional arguments passed to
tuber_GET.