| add_groups | R Documentation |
Creates a new channel group.
add_groups(resource_details, ...)
resource_details |
Named nested list. Required. Must provide: snippet with title (required), and optionally description and contentDetails with itemType |
... |
Additional arguments passed to |
named list
https://developers.google.com/youtube/analytics/reference/groups/insert
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.