Description Usage Arguments Value Examples
View source: R/ytanalytics_top_videos.R
This function returns number of Views, Likes, Dislikes, and Comments on top videos (Can adjust date range and max results (from 1-200))
1 2 3 4 5 6 | ytanalytics_top_videos(
token = NULL,
maxResults = 10,
startDate = Sys.Date() - 30,
endDate = Sys.Date()
)
|
token |
environment |
maxResults |
numeric |
startDate |
character string |
endDate |
character string |
df data.frame
1 | ytanalytics_top_videos(token_var, 10, "2020-05-01", "2020-05-31")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.