-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
165 lines (164 loc) · 4.25 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
# Generated by roxygen2: do not edit by hand
S3method(as_factor,logical)
export("%>%")
export("%ni%")
export(clean_names)
export(clean_vec)
export(cleanser)
export(detect_encoding)
export(detect_encoding_brute)
export(get_available_encoding)
export(guess_separator)
export(is_csv)
export(is_excel)
export(is_likely_date)
export(is_likely_date_col)
export(is_likely_factor)
export(is_likely_numeric)
export(is_ods)
export(is_rds)
export(likely_types)
export(make_unique)
export(mod_all_file)
export(mod_all_fileInput)
export(mod_export)
export(mod_exportUI)
export(mod_factor)
export(mod_factorUI)
export(mod_format)
export(mod_formatUI)
export(mod_graph)
export(mod_graphUI)
export(mod_impute)
export(mod_imputeInput)
export(mod_select_column)
export(mod_select_columnUI)
export(mod_validate)
export(mod_validateInput)
export(parlMICE)
export(paste8)
export(read_csv_sampled)
export(sample_mode)
export(simplemagic_mime_db)
export(to_date)
export(to_numeric)
export(with_this_extension)
import(corrplot)
import(dplyr)
import(ggplot2)
import(mice)
import(naniar)
import(shiny)
import(shinyWidgets)
import(vcd)
importFrom(DT,DTOutput)
importFrom(DT,JS)
importFrom(DT,dataTableProxy)
importFrom(DT,datatable)
importFrom(DT,renderDT)
importFrom(DT,replaceData)
importFrom(DT,selectColumns)
importFrom(DT,selectRows)
importFrom(LaF,determine_nlines)
importFrom(LaF,get_lines)
importFrom(LaF,sample_lines)
importFrom(R.utils,withTimeout)
importFrom(VIM,aggr)
importFrom(data.table,fwrite)
importFrom(dcmodify,modifier)
importFrom(dcmodify,modify)
importFrom(dplyr,arrange)
importFrom(dplyr,arrange_at)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_if)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,vars)
importFrom(forcats,as_factor)
importFrom(forcats,fct_collapse)
importFrom(forcats,fct_expand)
importFrom(forcats,fct_recode)
importFrom(forcats,lvls_expand)
importFrom(glue,glue)
importFrom(graphics,hist)
importFrom(graphics,plot)
importFrom(htmltools,htmlEscape)
importFrom(lubridate,dmy)
importFrom(lubridate,dym)
importFrom(lubridate,mdy)
importFrom(lubridate,myd)
importFrom(lubridate,ydm)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
importFrom(magrittr,'%>%')
importFrom(mice,mice)
importFrom(mime,mimemap)
importFrom(naniar,vis_miss)
importFrom(parallel,clusterEvalQ)
importFrom(parallel,clusterExport)
importFrom(parallel,clusterSetRNGStream)
importFrom(parallel,makeCluster)
importFrom(purrr,discard)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_df)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(purrr,possibly)
importFrom(purrr,reduce)
importFrom(purrr,safely)
importFrom(purrr,set_names)
importFrom(purrr,walk)
importFrom(readODS,ods_sheets)
importFrom(readODS,read_ods)
importFrom(readr,guess_encoding)
importFrom(readr,locale)
importFrom(readr,read_delim)
importFrom(readr,read_rds)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(rio,export)
importFrom(shiny,HTML)
importFrom(shiny,runApp)
importFrom(shinydashboard,box)
importFrom(shinyjs,disable)
importFrom(shinyjs,enable)
importFrom(shinyjs,hidden)
importFrom(shinyjs,hide)
importFrom(shinyjs,onclick)
importFrom(shinyjs,runjs)
importFrom(shinyjs,show)
importFrom(shinyjs,useShinyjs)
importFrom(skimr,kable)
importFrom(skimr,skim)
importFrom(skimr,skim_to_wide)
importFrom(stats,ave)
importFrom(stats,cor)
importFrom(stats,na.omit)
importFrom(stats,rnorm)
importFrom(stats,setNames)
importFrom(stringi,stri_trans_general)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(tibble,rowid_to_column)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,nest)
importFrom(tidyr,spread)
importFrom(tools,file_ext)
importFrom(utils,capture.output)
importFrom(utils,read.table)
importFrom(validate,as.data.frame)
importFrom(validate,confront)
importFrom(validate,validator)
importFrom(vcd,assocstats)
importFrom(withr,with_options)
importFrom(writexl,write_xlsx)