Learn R Programming

tuber (version 0.1)

yt_search: Search YouTube

Description

Search YouTube

Usage

yt_search(term = NULL)

Arguments

term
search term; required; no default

Value

  • data.frame with 13 elements - kind, etag, id.kind, id.videoId, snippet.publishedAt, snippet.channelId, snippet.title, snippet.description, snippet.thumbnails.default.url, snippet.thumbnails.medium.url, snippet.thumbnails.high.url, snippet.channelTitle, snippet.liveBroadcastContent

References

https://console.developers.google.com/project

Examples

Run this code
yt_search(term="Barack Obama")

Run the code above in your browser using DataLab