list_my_videos: List My Videos
Description
Lists videos in the authenticated channel's uploads playlist.
Usage
list_my_videos(max_results = 50, page_token = NULL, simplify = TRUE, ...)
Value
A data frame when `simplify = TRUE`; otherwise a playlist-items
response.
Arguments
- max_results
Maximum total number of videos to return.
- page_token
Optional page token at which to start.
- simplify
If `TRUE`, return a data frame; otherwise return the raw
playlist-items response.
- ...
Additional arguments passed to [tuber_GET()].
Examples
Run this codeif (FALSE) {
list_my_videos(max_results = 100)
}
Run the code above in your browser using DataLab