update_group | R Documentation |
Update Groups
update_group(resource_details, ...)
resource_details |
Named nested list. Required. Must provide: id, snippet title |
... |
Additional arguments passed to |
named list
https://developers.google.com/youtube/analytics/v1/reference/groups/update
## Not run:
update_group(list(id="ABZZzGSIAAA", snippet = list(title ="hello")))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.