playlist_top_videos {YTAnalytics} | R Documentation |
Playlist Top Videos
Description
Returns top videos by views.
Usage
playlist_top_videos(playlistId = NULL, ...)
Arguments
playlistId |
Required. String. Id of YouTube playlist. |
... |
Addt. arguments passed to |
Value
data.frame
Examples
## Not run:
playlist_top_videos(playlistId = "PL2MI040U_GXq1L5JUxNOulWCyXn-7QyZK")
## End(Not run)
[Package YTAnalytics version 0.1.0 Index]