View source: R/data_transformation.R
| yt_extract_summary | R Documentation |
Extract summary statistics from API response
yt_extract_summary(api_response)
api_response |
API response from YouTube Analytics |
Named list with summary statistics
## Not run:
report <- get_channel_overview("last_30_days")
summary <- yt_extract_summary(report)
print(summary)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.