powered by
Create New Playlist
create_playlist(title, description, status, ...)
The created playlist's details.
string; Required. The title of the playlist.
string; Optional. The description of the playlist.
string; Optional. Default: 'public'. Can be one of: 'private', 'public', or 'unlisted'.
Additional arguments passed to tuber_POST.
tuber_POST
https://developers.google.com/youtube/v3/docs/playlists/insert
if (FALSE) { # Set API token via yt_oauth() first create_playlist(title = "My New Playlist", description = "This is a test playlist.") }
Run the code above in your browser using DataLab