list_groups: List Groups

Description Usage Arguments Value References Examples

Description

List Groups

Usage

1
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 tubern_GET.

Value

named list

References

https://developers.google.com/youtube/analytics/v1/reference/groups/list

Examples

1
2
3
4
## Not run: 
list_groups(filter = c(mine = 'True'))

## End(Not run)

tubern documentation built on May 1, 2019, 10:10 p.m.