View source: R/data_transformation.R
| yt_export_csv | R Documentation |
Export data to CSV
yt_export_csv(api_response, filename = NULL, ...)
api_response |
API response from YouTube Analytics |
filename |
Output filename (default: auto-generated based on timestamp) |
... |
Additional arguments passed to yt_to_dataframe() |
Path to saved file
## Not run:
report <- get_daily_performance("last_30_days")
file_path <- yt_export_csv(report, "daily_performance.csv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.