-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
50 lines (49 loc) · 1.37 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Generated by roxygen2: do not edit by hand
export("%>%")
export(create_app_daily_session_chart)
export(create_app_daily_usage_chart)
export(create_app_ranking)
export(create_app_ranking_table)
export(create_apps_consumer_ranking)
export(create_apps_consumer_ranking_chart)
export(create_calendar_chart)
export(create_cumulated_duration_per_user)
export(create_cumulated_hits_per_user)
export(create_dev_project_overview)
export(create_dev_ranking)
export(create_dev_ranking_chart)
export(create_pie_chart)
export(create_rsc_client)
export(create_user_daily_consumption_chart)
export(generate_table)
export(get_app_daily_usage)
export(get_max_rsc_apps_usage)
export(get_rsc_app_dates)
export(get_rsc_apps_usage)
export(get_rsc_developer_apps_count)
export(get_rsc_developer_apps_list)
export(get_user_daily_consumption)
export(merge_rsc_data)
export(process_rsc_content)
export(process_rsc_user)
export(sort_content_by_access)
export(sort_content_by_appmode)
export(sort_content_by_pyversion)
export(sort_content_by_rversion)
export(sort_users_by_role)
import(apexcharter)
import(dplyr)
import(echarts4r)
import(lubridate)
import(purrr)
import(toastui)
import(visNetwork)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(rlang,eval_tidy)
importFrom(rlang,quo)
importFrom(shiny,is.reactive)
importFrom(shiny,need)
importFrom(shiny,reactive)
importFrom(shiny,req)
importFrom(shiny,validate)