Description Usage Arguments Value Examples
View source: R/ytanalytics_channel_stats.R
This function returns number of Views, Shares, Likes, Dislikes, Comments, Subs Gained & Lost for the channel (Can adjust date range)
1 2 3 4 5 | ytanalytics_channel_stats(
token = NULL,
startDate = Sys.Date() - 30,
endDate = Sys.Date()
)
|
token |
environment |
startDate |
character string |
endDate |
character string |
df data.frame
1 | ytanalytics_channel_stats(token_var, "2020-05-01", "2020-05-31")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.