Description Usage Arguments Details
Get a count of all of the usage each day for each piece of content
1 2 3 4 5 6 7 8 9 10 11 12 13 | usage_by_date_tbl(usage, time_col, from, to)
usage_by_date(usage, time_col, from, to, type = "Shiny App")
usage_by_user_tbl(usage)
usage_by_user(usage, type = "Shiny App")
usage_by_content(usage, type = "Shiny App")
usage_by_owner_tbl(usage)
usage_by_owner(usage, type = "Shiny App")
|
usage |
a usage tbl output from |
time_col |
the quoted name of the time column that you wish to use to calculate the "date" used. For shiny usage either 'started' or 'ended' could be used and for static content usage 'time' should be used |
from |
the start date of the graph |
to |
the end date of the graph |
type |
Either "Shiny App" or "Static Content". This string will determine the title of the plot |
The 'usage_by_date_tbl' and 'usage_by_user_tbl' functions take a usage
dataframe output from usage_info_join
and create counts of the
usage amounts by either date or user, respectively.
The 'usage_by_date' and 'usage_by_user' functions use the above functions to create interactive visualizations for the count data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.