find_playlists | R Documentation |
Search for playlists matching the given criteria.
find_playlists(channel_id = NULL, title = NULL, q = NULL, ...)
channel_id |
Character containing the YouTube channel ID. Used to limit the search results to only playlists belonging to the specified channel. |
title |
Character containing a playlist title to search for. Will
only return exact matches and is case-sensitive. Either |
q |
Search term used to filter playlists by title. Takes any regular
expression supported by |
... |
Additional parameters passed to |
tuber::get_playlists()
for additional parameters
grepl()
for regular expression requirements in the q
parameter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.