-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.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
# Generated by roxygen2: do not edit by hand
S3method(c,cidlist)
S3method(print,cidlist)
export("%>%")
export(abbreviate_datasets)
export(cf_cosine_plot)
export(cf_ids)
export(cf_meta)
export(cf_partner_summary)
export(cf_partners)
export(dr_coconatfly)
export(keys)
export(keys2df)
export(keys2list)
export(multi_connection_table)
export(triple_cosine_plot)
import(nat)
importFrom(dplyr,.data)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(fafbseg,flytable_meta)
importFrom(fafbseg,flywire_connectome_data_version)
importFrom(fafbseg,flywire_ids)
importFrom(fafbseg,flywire_partner_summary2)
importFrom(glue,glue)
importFrom(magrittr,"%>%")