-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
59 lines (58 loc) · 1.58 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
51
52
53
54
55
56
57
58
59
# Generated by roxygen2: do not edit by hand
export(add_text_geom)
export(badged_n_days)
export(calculate_avg_time_to_checkout)
export(calculate_checkout_not_finished)
export(calculate_checkout_rate)
export(calculate_checkout_started)
export(calculate_dropout_rate)
export(calculate_nps)
export(calculate_rate)
export(calculate_reengagement_rate)
export(calculate_wksurvey_item_mean)
export(clean_select_all_responses)
export(count_trainings)
export(count_trainings_rel_yr)
export(count_trainings_yr)
export(custom_scale_x_discrete)
export(extract_year_quarter)
export(fetch_airtable)
export(fetch_redash)
export(gather_and_summarise)
export(generate_plot)
export(group_by_summarise)
export(load_libraries)
export(map_availability)
export(map_scheduling_group)
export(map_timezones)
export(percent_label)
export(preprocess_trainee_data)
export(save_plot)
export(set_time_frame)
export(summarise_data_by_qtr)
export(summarise_data_by_tz)
export(trainees_n_days)
import(dplyr)
importFrom(airtabler,airtable)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(lubridate,year)
importFrom(rlang,sym)
importFrom(scales,label_percent)
importFrom(stringr,str_detect)
importFrom(stringr,str_trim)
importFrom(tidyr,gather)
importFrom(tidyr,separate_rows)
importFrom(utils,read.csv)