Returns age and gender demographics
Usage
video_demographics(videoId = NULL, ...)
Arguments
- videoId
Required. String. Id of YouTube video.
- ...
Addt. arguments passed to analytics_request
Examples
if (FALSE) { # \dontrun{
video_demographics(videoId = "dQw4w9WgXcQ")
} # }