Learn R Programming

tuber (version 2.0.0)

list_abuse_report_reasons: List Video-Abuse Report Reasons

Description

List Video-Abuse Report Reasons

Usage

list_abuse_report_reasons(
  part = c("id", "snippet"),
  language = "en-US",
  auth = "key",
  ...
)

Value

A data frame with one row per primary report reason.

Arguments

part

Character vector of resource parts.

language

Language code for localized labels.

auth

Authentication method, `"key"` or `"token"`.

...

Additional arguments passed to [tuber_GET()].

References

https://developers.google.com/youtube/v3/docs/videoAbuseReportReasons/list

Examples

Run this code
if (FALSE) {
list_abuse_report_reasons()
}

Run the code above in your browser using DataLab