View source: R/data_transformation.R
| yt_to_tibble | R Documentation |
Convert API response to tibble (if tibble is available)
yt_to_tibble(api_response, ...)
api_response |
API response from YouTube Analytics |
... |
Additional arguments passed to yt_to_dataframe() |
tibble or data.frame if tibble not available
## Not run:
report <- get_top_videos("last_7_days")
tbl <- yt_to_tibble(report)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.