get_user_daily_consumption | R Documentation |
Get daily shiny app usage for a given user
get_user_daily_consumption(content, users, apps, selected_user)
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. |
selected_user |
User to select. You'll need a selectInput wrapped by reactive. |
A list. [[1]]
contains the row events filtered for the
given user. [[2]]
is 2 columns tibble containing daily app consumption
for given user (grouped by dates).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.