Skip to contents

Returns the subscription status of video views.

Usage

video_subscription_status(videoId = NULL, ...)

Arguments

videoId

Required. String. Id of YouTube video.

...

Addt. arguments passed to analytics_request

Value

data.frame

Examples

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