Learn R Programming

tubern (version 0.2.1)

list_groups: List Groups

Description

List Groups

Usage

list_groups(filter, page_token, ...)

Value

named list

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.

References

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

Examples

Run this code
if (FALSE) {
list_groups(filter = c(mine = 'True'))
}

Run the code above in your browser using DataLab