create_app_ranking | R Documentation |
See create_app_ranking_table.
create_app_ranking(content, users, apps, start_date = NULL, end_date = NULL)
content |
Get from get_content. Can be reactive. |
users |
Get from get_users. Can be reactive. |
apps |
Get from get_usage_shiny. Can be reactive. |
start_date |
Default to minimum calendar_data date. Could also be an input value with Shiny. |
end_date |
Default to maximum calendar_data date. Could also be an input value with Shiny. |
A list containing: [[1]]
merged data between app usage and users data.
[[2]]
: data to be digested by create_app_ranking_table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.