tubern (version 0.1.0)

list_groups: 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 tubern_GET.

Value

named list

References

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

Examples

Run this code
## Not run: ------------------------------------
# list_groups(filter = c(mine = 'True'))
## ---------------------------------------------

Run the code above in your browser using DataLab