Returns top devices by views
Usage
video_devices(videoId = NULL, ...)
Arguments
- videoId
Required. String. Id of YouTube video.
- ...
Addt. arguments passed to analytics_request
Examples
if (FALSE) { # \dontrun{
video_devices(videoId = "dQw4w9WgXcQ")
} # }