list_groups {tubern} | R Documentation |
List Groups
Description
List Groups
Usage
list_groups(filter, page_token, ...)
Arguments
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 |
Value
named list
References
https://developers.google.com/youtube/analytics/v1/reference/groups/list
Examples
## Not run:
list_groups(filter = c(mine = 'True'))
## End(Not run)
[Package tubern version 0.1.0 Index]