View source: R/change_playlist_title.R
change_playlist_title | R Documentation |
This function updates the title of an existing YouTube playlist using the YouTube Data API.
change_playlist_title(playlist_id, new_title)
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. |
A list containing the server response after the update attempt.
## Not run:
change_playlist_title(playlist_id = "YourPlaylistID", new_title = "New Playlist Title")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.