Get Playlist Items
get_playlist_items( filter = NULL, part = "contentDetails", max_results = 50, video_id = NULL, page_token = NULL, simplify = TRUE, ... )
filter | string; Required.
named vector of length 1
potential names of the entry in the vector:
|
---|---|
part | Required. Comma separated string including one or more of the
following: |
max_results | Maximum number of items that should be returned. Integer. Optional. Default is 50. If over 50, all the results are returned. |
video_id | Optional. request should return only the playlist items that contain the specified video. |
page_token | specific page in the result set that should be returned, optional |
simplify | returns a data.frame rather than a list. |
... | Additional arguments passed to |
playlist items
https://developers.google.com/youtube/v3/docs/playlists/list