Description Usage Arguments Value Examples
View source: R/ytanalytics_request.R
This function is an API helper function for pulling YT Analytics data on your own channel
1 2 3 4 5 6 7 8 9 10 11 |
dimensions |
character string |
metrics |
character string |
sort |
character string |
maxResults |
numeric |
filtr |
character string |
startDate |
character string |
endDate |
character string |
token |
environment |
channelId |
character string |
df data.frame
1 | ytanalytics_request("video", "views", "-views", 10, NULL, "2020-05-01", 2020-05-31, token_var, "MINE")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.