-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
181 lines (180 loc) · 4.05 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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
# Generated by roxygen2: do not edit by hand
S3method(na.omit,mat)
export(MaxN)
export(TPM_normalize)
export(any.duplicated)
export(any.duplicated.rownames.ls.of.df)
export(arr.of.lists.2.df)
export(array.fromNames)
export(as.character.wNames)
export(as.factor.numeric)
export(as.list.df.by.col)
export(as.list.df.by.row)
export(as.listalike)
export(as.logical.wNames)
export(as.named.vector.2colDF)
export(as.named.vector.deprecated)
export(as.named.vector.df)
export(as.numeric.wNames.character)
export(as.numeric.wNames.deprecated)
export(as.numeric.wNames.factor)
export(as_tibble_from_namedVec)
export(bottomN.dfCol)
export(cbind_vectors_by_names)
export(checkMinOverlap)
export(clip.at.fixed.value)
export(clip.outliers.at.percentile)
export(col2named.vec.tbl)
export(colCV)
export(colDivide)
export(colGeoMeans)
export(colIQR)
export(colMax)
export(colMedians)
export(colMin)
export(colMutliply)
export(colNameMatrix)
export(colQuantile)
export(colSD)
export(colSEM)
export(colSubtract)
export(colVariance)
export(colsplit)
export(copy.dimension.and.dimnames)
export(count_occurrence_each_element)
export(cumsubtract)
export(cv)
export(data.frame.fromNames)
export(df.col.2.named.vector)
export(df.remove.empty.rows.and.columns)
export(df.row.2.named.vector)
export(dput_pretty)
export(fano)
export(fix_tibble_lists)
export(flip_value2name)
export(fractions)
export(geomean)
export(get.oddoreven)
export(getCategories)
export(getCols)
export(getProject)
export(getRows)
export(getScriptName)
export(get_col_types)
export(get_max_colname_per_row)
export(grepv)
export(idim)
export(idimnames)
export(imovingSEM)
export(inf.omit)
export(intermingle.cbind)
export(intermingle2lists)
export(intermingle2vec)
export(intersect.ls)
export(intersect.wNames)
export(iround)
export(is.list2)
export(list.2.replicated.name.vec)
export(list.from.template)
export(list.fromNames)
export(list.wNames)
export(list2fullDF.byNames)
export(list2fullDF.presence)
export(ls2categvec)
export(matrix.fromNames)
export(matrix.fromVector)
export(mdlapply)
export(mdlapply2df)
export(mean_normalize)
export(mean_of_log)
export(median_normalize)
export(merge_1col_dfs_by_rn)
export(merge_2_named_vec_as_df)
export(merge_dfs_by_rn)
export(merge_ls_of_named_vec_as_df_cols)
export(merge_numeric_df_by_rn)
export(modus)
export(most_frequent_elements)
export(movingAve)
export(movingAve2)
export(movingSEM)
export(na.omit.strip)
export(nr.unique)
export(numerate)
export(pc_TRUE)
export(pc_in_total_of_match)
export(pc_overlap)
export(printEveryN)
export(printProgress)
export(range.list)
export(remove.na.cols)
export(remove.na.rows)
export(remove_outliers)
export(reorder.list)
export(rescale)
export(reverse.list.hierarchy)
export(rotate_matrix)
export(row.Zscore)
export(rowCV)
export(rowDivide)
export(rowGeoMeans)
export(rowIQR)
export(rowMax)
export(rowMedians)
export(rowMin)
export(rowMutliply)
export(rowNameMatrix)
export(rowQuantile)
export(rowSD)
export(rowSEM)
export(rowSubtract)
export(rowVariance)
export(rownames.trimws)
export(rowsplit)
export(select_rows_and_columns)
export(sem)
export(setdiff.ls)
export(simplify_categories)
export(sort.decreasing)
export(sort.mat)
export(sortEachColumn)
export(sort_matrix_rows)
export(sortbyitsnames)
export(split_vec_to_list_by_N)
export(splitbyitsnames)
export(splititsnames_byValues)
export(sumBySameName)
export(symdiff)
export(symdiff.ls)
export(table_decreasing)
export(table_decreasing_hybrid)
export(table_fixed_categories)
export(tibble_summary_to_namedVec)
export(topN.dfCol)
export(top_indices)
export(trail)
export(translate)
export(union.ls)
export(union.wNames)
export(unique.wNames)
export(unlapply)
export(vec.from.template)
export(vec.fromNames)
export(what)
export(which.NA)
export(which.duplicated)
export(which_names)
export(which_names_grep)
export(zero.omit)
export(zigzagger)
import(stats)
importFrom(dplyr,bind_rows)
importFrom(dplyr,tibble)
importFrom(gtools,mixedsort)
importFrom(plyr,join_all)
importFrom(purrr,map_chr)
importFrom(rstudioapi,getActiveProject)
importFrom(rstudioapi,getSourceEditorContext)
importFrom(stats,na.omit)
importFrom(stringr,str_pad)
importFrom(tibble,as_tibble)