-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNAMESPACE
85 lines (84 loc) · 2.3 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,cell_df)
S3method(as.matrix,cell_df)
S3method(as_cell_df,cells)
S3method(as_cell_df,data.frame)
S3method(as_cell_df,matrix)
S3method(basic_classifier,cell_df)
S3method(basic_classifier,default)
S3method(numeric_values_classifier,cell_df)
S3method(numeric_values_classifier,default)
S3method(plot,cell_analysis)
S3method(plot,cell_df)
S3method(print,cell_analysis)
S3method(print,cell_df)
S3method(print,read_cell_part)
S3method(read_cells,"NULL")
S3method(read_cells,character)
S3method(read_cells,default)
S3method(read_cells,read_cell_part)
S3method(sample_based_classifier,cell_df)
S3method(sample_based_classifier,default)
S3method(summary,cell_df)
export("%>%")
export(analyse_cells)
export(analyze_cells)
export(as_cell_df)
export(basic_classifier)
export(cell_composition_traceback)
export(collate_columns)
export(compose_cells)
export(numeric_values_classifier)
export(read_cells)
export(sample_based_classifier)
export(validate_cells)
export(value_attribute_classify)
export(visual_crop)
export(visual_data_block_inspection)
export(visual_orientation_modification)
export(visual_traceback)
export(visual_va_classify)
exportClasses(cell_analysis)
exportClasses(cell_df)
exportClasses(read_cell_part)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,recode)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(magrittr,"%>%")
importFrom(methods,setOldClass)
importFrom(purrr,imap_dfr)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,reduce)
importFrom(rlang,abort)
importFrom(rlang,warn)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(unpivotr,enhead)
importFrom(utils,hasName)