Description Usage Arguments Value Examples
Get list of videos associated with a playlistId
https://developers.google.com/youtube/v3/docs/playlistItems/list
1 | getVideoList(token, playlistId, limit = 50)
|
token |
Access token |
playlistId |
Playlist ID |
limit |
Number of videos to return. Set to |
Returns a data.frame
of results
1 2 3 4 | ## Not run:
videos <- getVideoList(token, playlistId = ch$uploadsPlaylist, limit = Inf)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.