Skip to contents

Return video data split by live & on demand.

Usage

video_live_onDemand(videoId = NULL, ...)

Arguments

videoId

Required.String. Id of YouTube video.

...

Addt. arguments passed to analytics_request

Value

data.frame

Examples

if (FALSE) { # \dontrun{
video_live_onDemand(videoId = "dQw4w9WgXcQ")
} # }