getVideoStatsDF: Get statistics for a video on YouTube

Description Usage Arguments Value

View source: R/ytVideos.R

Description

This function takes a YouTube video ID and returns in a dataframe statistics like views, likes, and dislikes.

Usage

1
getVideoStatsDF(video_id)

Arguments

l

video_id Character. Video ID from YouTube. Required.

Value

A dataframe with multiple variables: id, viewCount, likeCount, dislikeCount, favoriteCount, commentCount, pullDate


Vintonm49/ytcol documentation built on May 27, 2019, 7:42 a.m.