video_sharing_services {YTAnalytics} | R Documentation |
Video Sharing Services Data
Description
Returns top sharing services by views
Usage
video_sharing_services(videoId = NULL, ...)
Arguments
videoId |
Required. String. Id of YouTube video. |
... |
Addt. arguments passed to |
Value
data.frame
Examples
## Not run:
video_sharing_services(videoId = "dQw4w9WgXcQ")
## End(Not run)
[Package YTAnalytics version 0.1.0 Index]