-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
103 lines (102 loc) · 2.61 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Generated by roxygen2: do not edit by hand
export(checkbox_labels)
export(clean_REDCap)
export(contingency_table)
export(copy_clip)
export(count_and_sort)
export(create_REDCap_dictionary)
export(factor_convert)
export(factor_table)
export(fct_case_when)
export(format_model)
export(glm_rr)
export(group_interval)
export(hello)
export(hist2)
export(html_ioslides)
export(html_report)
export(js)
export(meansd)
export(medianiqr)
export(nPer)
export(paste_clip)
export(print_gbs)
export(recoder)
export(round_df)
export(round_vec)
export(scale_color_telethonkids)
export(scale_color_thekids)
export(scale_fill_telethonkids)
export(scale_fill_thekids)
export(telethonkids_cols)
export(telethonkids_pal)
export(thekids_cols)
export(thekids_pal)
export(theme_institute)
export(variable_labels)
export(weightheight_zscore)
export(word)
export(yesno_vars)
import(dplyr)
import(ggplot2)
import(tidyverse)
import(utils)
importFrom(broom,tidy)
importFrom(dplyr,across)
importFrom(dplyr,case_when)
importFrom(dplyr,cur_column)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,select)
importFrom(ggplot2,geom_freqpoly)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,stat_function)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,plot)
importFrom(igraph,components)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,layout_with_fr)
importFrom(janitor,excel_numeric_to_date)
importFrom(kableExtra,cell_spec)
importFrom(kableExtra,kable_styling)
importFrom(labelled,set_variable_labels)
importFrom(lubridate,dmy)
importFrom(lubridate,dmy_hm)
importFrom(lubridate,dmy_hms)
importFrom(lubridate,hm)
importFrom(lubridate,int_end)
importFrom(lubridate,int_overlaps)
importFrom(lubridate,int_start)
importFrom(lubridate,interval)
importFrom(lubridate,mdy)
importFrom(lubridate,mdy_hm)
importFrom(lubridate,mdy_hms)
importFrom(lubridate,ms)
importFrom(lubridate,seconds)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hm)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
importFrom(purrr,map_chr)
importFrom(purrr,map_lgl)
importFrom(rmarkdown,html_document)
importFrom(rmarkdown,ioslides_presentation)
importFrom(rmarkdown,word_document)
importFrom(stats,dnorm)
importFrom(stats,na.omit)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(tibble,tibble)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
importFrom(tidyselect,everything)
importFrom(tidyselect,starts_with)
importFrom(utils,View)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,write.table)