Get Playlists
Usage
get_playlists(
filter = NULL,
part = "snippet",
max_results = 50,
hl = NULL,
page_token = NULL,
simplify = TRUE,
...
)Arguments
- filter
string; Required. named vector of length 1 potential names of the entry in the vector:
channel_id: ID of the channelplaylist_id: YouTube playlist ID.- part
Required. One of the following:
contentDetails, id, localizations, player, snippet, status. Default:contentDetails.- max_results
Maximum number of items that should be returned. Integer. Optional. Default is 50. Values over 50 trigger additional requests and may increase API quota usage.
- hl
Language used for text values. Optional. Default is
en-US. For other allowed language codes, seelist_langs.- page_token
specific page in the result set that should be returned, optional
- simplify
Data Type: Boolean. Default is
TRUE. IfTRUEand if part requested iscontentDetails, the function returns adata.frame. Else a list with all the information returned.- ...
Additional arguments passed to
tuber_GET.