Description Usage Arguments Value References Examples
Get Playlists
1 2 3 4 5 6 7 8 9 |
filter |
string; Required.
named vector of length 1
potential names of the entry in the vector:
|
part |
Required. One of the following: |
max_results |
Maximum number of items that should be returned. Integer. Optional. Can be between 0 and 50. Default is 50. |
hl |
Language used for text values. Optional. Default is |
page_token |
specific page in the result set that should be returned, optional |
simplify |
Data Type: Boolean. Default is |
... |
Additional arguments passed to |
playlists
When simplify
is TRUE
, a data.frame
with 4 columns is returned:
kind, etag, id, contentDetails.itemCount
https://developers.google.com/youtube/v3/docs/playlists/list
1 2 3 4 5 6 7 8 | ## Not run:
# Set API token via yt_oauth() first
get_playlists(filter=c(channel_id="UCMtFAi84ehTSYSE9XoHefig"))
get_playlists(filter=c(channel_id="UCMtFAi84ehTSYSE9X")) # incorrect Channel ID
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.