list_groups | R Documentation |
List Groups
list_groups(filter, page_token, ...)
filter |
Named Vector. Required. Only One of the two: id or mine. id “The Named parameter specifies a comma-separated list of the YouTube group ID(s) for the resource(s) that are being retrieved.” mine String. Can be 'True' or 'False.' “Set this parameter's value to true to retrieve all groups owned by the authenticated user.” |
page_token |
String. Optional. “Identifies a specific page in the result set that should be returned.” |
... |
Additional arguments passed to |
named list
https://developers.google.com/youtube/analytics/v1/reference/groups/list
## Not run:
list_groups(filter = c(mine = 'True'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.