-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·47 lines (46 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
S3method(get_all_data_ids,map_dir_connection)
S3method(get_all_data_ids,map_minio_connection)
S3method(get_data,map_dir_connection)
S3method(get_data,map_minio_connection)
S3method(get_file,map_dir_connection)
S3method(get_file,map_minio_connection)
S3method(get_tags,map_dir_connection)
S3method(get_tags,map_minio_connection)
S3method(print,map_data_connection)
S3method(put_data,map_dir_connection)
S3method(put_data,map_minio_connection)
S3method(put_file,map_dir_connection)
S3method(put_file,map_minio_connection)
S3method(remove_data,map_dir_connection)
S3method(remove_data,map_minio_connection)
S3method(remove_tags,map_dir_connection)
S3method(remove_tags,map_minio_connection)
S3method(set_tags,map_dir_connection)
S3method(set_tags,map_minio_connection)
S3method(toString,map_data_connection)
export("%>%")
export(.get_file_name)
export(.is_datatype)
export(.scrub_clean)
export(get_all_data_ids)
export(get_data)
export(get_file)
export(get_tags)
export(is_edata)
export(is_emeta)
export(is_fdata)
export(is_fmeta)
export(map_data_connection)
export(midpoint_ipmart)
export(midpoint_pmart)
export(project_edata)
export(project_multiomics)
export(project_omic)
export(pull_tags_from_object)
export(put_data)
export(put_file)
export(remove_data)
export(remove_tags)
export(set_tags)
importFrom(magrittr,"%>%")