Description Usage Arguments Value Examples
View source: R/ytanalytics_traffic_sources.R
This function returns the views by traffic type
1 2 3 4 5 6 | ytanalytics_traffic_sources(
token,
maxResults = 10,
startDate = Sys.Date() - 30,
endDate = Sys.Date()
)
|
token |
environment |
maxResults |
numeric |
startDate |
character string |
endDate |
character string |
df data.frame
1 | ytanalytics_traffic_sources(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.