overall_usage_tbl: Get a tbl showing overall usage by date

Description Usage Arguments Value

View source: R/utils_05_usage.R

Description

Get a tbl from content usage data that shows the total number of sessions each day for static and shiny applications and overall

Usage

1
overall_usage_tbl(shiny_usage, static_usage, from, to)

Arguments

shiny_usage

a shiny_usage dataset from the connectapi::get_usage_shiny function

static_usage

a data from the connectapi::get_usage_static function

from

the start date of the interested query

to

the end data of the interested query

Value

a tbl in long format


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