create_app_ranking: Process app data for ranking table

View source: R/helpers-data.R

create_app_rankingR Documentation

Process app data for ranking table

Description

See create_app_ranking_table.

Usage

create_app_ranking(content, users, apps, start_date = NULL, end_date = NULL)

Arguments

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.

start_date

Default to minimum calendar_data date. Could also be an input value with Shiny.

end_date

Default to maximum calendar_data date. Could also be an input value with Shiny.

Value

A list containing: ⁠[[1]]⁠ merged data between app usage and users data. ⁠[[2]]⁠: data to be digested by create_app_ranking_table.


RinteRface/connectViz documentation built on Feb. 3, 2024, 10:40 a.m.