video_cities {YTAnalytics} | R Documentation |
Video City Data
Description
Returns top cities by views. Data is only available after January 1, 2022.
Usage
video_cities(videoId = NULL, ...)
Arguments
videoId |
Required. String. Id of YouTube video. |
... |
Addt. arguments passed to |
Value
data.frame
Examples
## Not run:
video_cities(videoId = "dQw4w9WgXcQ")
## End(Not run)
[Package YTAnalytics version 0.1.0 Index]