-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
77 lines (76 loc) · 2.09 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Generated by roxygen2: do not edit by hand
export("%>%")
export(account_for_nested_missing)
export(make_results_folder)
export(map_variable_names)
export(model_variable_missingness)
export(nested_missing_table)
export(plot_date_variable_missingness)
export(plot_nested_missing)
export(pull_results)
export(read_data)
export(save_data)
export(save_figure)
export(show_figure)
export(summarise_missingness)
importFrom(broom,tidy)
importFrom(dplyr,add_count)
importFrom(dplyr,all_vars)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,filter_at)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename_if)
importFrom(dplyr,sample_frac)
importFrom(dplyr,select)
importFrom(dplyr,select_at)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_sqrt)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(here,here)
importFrom(knitr,include_graphics)
importFrom(lubridate,floor_date)
importFrom(lubridate,mday)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(magrittr,"%>%")
importFrom(naniar,miss_var_summary)
importFrom(naniar,vis_miss)
importFrom(prettypublisher,pretty_ci)
importFrom(prettypublisher,pretty_percentage)
importFrom(prettypublisher,pretty_round)
importFrom(purrr,map)
importFrom(purrr,map2_dfr)
importFrom(purrr,map_dbl)
importFrom(scales,percent)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,glm)
importFrom(stringr,str_replace)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,replace_na)
importFrom(tidyselect,contains)