usage_plots: Count usage by date and content

Description Usage Arguments Details

Description

Get a count of all of the usage each day for each piece of content

Usage

 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")

Arguments

usage

a usage tbl output from usage_info_join

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

Details

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


tbradley1013/connectAnalytics documentation built on April 5, 2021, 5:22 p.m.