Learn R Programming

tuber (version 1.0.1)

yt_topic_search: Search YouTube by Topic It uses the Freebase list of topics

Description

Search YouTube by Topic It uses the Freebase list of topics

Usage

yt_topic_search(topic = NULL, ...)

Value

a list

Arguments

topic

topic being searched for; required; no default

...

Additional arguments passed to tuber_GET.

Examples

Run this code
 if (FALSE) {

# Set API token via yt_oauth() first

yt_topic_search(topic = "Barack Obama")
}

Run the code above in your browser using DataLab