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 analytics_request
Examples
if (FALSE) { # \dontrun{
video_cities(videoId = "dQw4w9WgXcQ")
} # }