Description Usage Arguments Value References Examples
View source: R/list_abuse_report_reasons.R
List reasons that can be used to report abusive videos
1 | list_abuse_report_reasons(part = "id, snippet", hl = "en-US", ...)
|
part |
Caption resource requested. Required. Comma separated list of one or more of the
following: |
hl |
Language used for text values. Optional. Default is |
... |
Additional arguments passed to |
If no results, empty data.frame returned
If part requested = "id, snippet" or "snippet",
data.frame
with 4 columns: etag, id, label, secReasons
If part requested = "id", data.frame with 2 columns: etag, id
https://developers.google.com/youtube/v3/docs/videoAbuseReportReasons/list
1 2 3 4 5 6 7 8 9 | ## Not run:
# Set API token via yt_oauth() first
list_abuse_report_reasons()
list_abuse_report_reasons(part="id")
list_abuse_report_reasons(part="snippet")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.