Learn R Programming

tuber (version 0.2.1)

get_details: Get Details about a Video

Description

Get details such as when the video was published, the title, description, thumbnails, category etc.

Usage

get_details(video_id = NULL, ...)

Arguments

video_id
id of the video; required
...
Additional arguments passed to tuber_GET.

Value

list with the following elements - publishedAt, channelId, title, description, thumbnails, channelTitle, categoryId, liveBroadcastContent, localized, defaultAudioLanguage

References

https://developers.google.com/youtube/v3/

Examples

Run this code
## Not run: 
# get_details(video_id="N708P-A45D0")
# ## End(Not run)

Run the code above in your browser using DataLab