add_groups: Add Groups

add_groupsR Documentation

Add Groups

Description

Creates a new channel group.

Usage

add_groups(resource_details, ...)

Arguments

resource_details

Named nested list. Required. Must provide: snippet with title (required), and optionally description and contentDetails with itemType

...

Additional arguments passed to tubern_POST.

Value

named list

References

https://developers.google.com/youtube/analytics/reference/groups/insert

Examples


## Not run: 
add_groups(list(
  snippet = list(
    title = "My Channel Group",
    description = "A group for organizing channels"
  ),
  contentDetails = list(itemType = "youtube#channel")
))

## End(Not run)

tubern documentation built on April 12, 2026, 5:07 p.m.