R/yt_topic_search.R
yt_topic_search.Rd
Search YouTube by Topic It uses the Freebase list of topics
yt_topic_search(topic = NULL, ...)
topic | topic being searched for; required; no default |
---|---|
... | Additional arguments passed to |
a list
if (FALSE) { # Set API token via yt_oauth() first yt_topic_search(topic = "Barack Obama") }