find_playlists: Search for playlists matching the given criteria.

View source: R/search.R

find_playlistsR Documentation

Search for playlists matching the given criteria.

Description

Search for playlists matching the given criteria.

Usage

find_playlists(channel_id = NULL, title = NULL, q = NULL, ...)

Arguments

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 title or q parameter is retuired, but not both.

q

Search term used to filter playlists by title. Takes any regular expression supported by grepl. Optional.

...

Additional parameters passed to tuber::get_playlists

See Also

tuber::get_playlists() for additional parameters

grepl() for regular expression requirements in the q parameter


jalvarado/ytAnalyticsR documentation built on Oct. 17, 2022, 3:04 p.m.