Learn R Programming

tuber (version 1.0.1)

change_playlist_title: Change the title of a YouTube playlist.

Description

This function updates the title of an existing YouTube playlist using the YouTube Data API.

Usage

change_playlist_title(playlist_id, new_title)

Value

A list containing the server response after the update attempt.

Arguments

playlist_id

A character string specifying the ID of the playlist you want to update.

new_title

A character string specifying the new title for the playlist.

Examples

Run this code
if (FALSE) {
change_playlist_title(playlist_id = "YourPlaylistID", new_title = "New Playlist Title")
}

Run the code above in your browser using DataLab