Description Usage Arguments Details Value
View source: R/utils_05_usage.R
create a interactive plotly graph showing the daily usage trends for shiny application, static content, and overall
1 | overall_usage_line(usage_tbl, from, to, username, admin = FALSE)
|
usage_tbl |
A tibble output from |
from |
the start date of the interested query |
to |
the end data of the interested query |
username |
the username to put in the graph title |
admin |
whether this is for the admin section |
The username and admin arguments only impact the plot title
a plotly object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.