Last data update: 2014.03.03

R: Get statistics of a Video
get_statsR Documentation

Get statistics of a Video

Description

Get statistics of a Video

Usage

get_stats(video_id = NULL, ...)

Arguments

video_id

Character. Id of the video. Required.

...

Additional arguments passed to tuber_GET.

Value

list with 5 elements: viewCount, likeCount, dislikeCount, favoriteCount, commentCount

References

https://developers.google.com/youtube/v3/docs/videos/list#parameters

Examples

## Not run: 
get_stats(video_id="N708P-A45D0")

## End(Not run)

Results