-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
90 lines (89 loc) · 2.41 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
# Generated by roxygen2: do not edit by hand
S3method(print,collection_information)
S3method(print,publication_information)
export(bulk_data_transfer)
export(collection_contacts)
export(collection_contributors)
export(collection_data)
export(collection_detail)
export(collection_information)
export(collections)
export(collections_default_columns)
export(dataset_contributors)
export(dataset_derived)
export(dataset_detail)
export(dataset_metadata)
export(datasets)
export(datasets_default_columns)
export(donor_derived)
export(donor_detail)
export(donor_metadata)
export(donors)
export(donors_default_columns)
export(organ)
export(publication_authors)
export(publication_data)
export(publication_detail)
export(publication_information)
export(publications)
export(publications_default_columns)
export(sample_derived)
export(sample_detail)
export(sample_metadata)
export(samples)
export(samples_default_columns)
export(uuid_provenance)
importFrom(dplyr,across)
importFrom(dplyr,add_row)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,distinct)
importFrom(dplyr,ends_with)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(httr2,req_body_raw)
importFrom(httr2,req_cache)
importFrom(httr2,req_error)
importFrom(httr2,req_headers)
importFrom(httr2,req_perform)
importFrom(httr2,req_perform_iterative)
importFrom(httr2,req_url_path_append)
importFrom(httr2,req_url_query)
importFrom(httr2,request)
importFrom(httr2,resp_body_string)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(rjsoncons,j_patch_apply)
importFrom(rjsoncons,j_pivot)
importFrom(rjsoncons,j_query)
importFrom(rlang,.data)
importFrom(rlang,has_name)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(tibble,tibble)
importFrom(tidyr,any_of)
importFrom(tidyr,as_tibble)
importFrom(tidyr,everything)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)
importFrom(tidyr,unnest_longer)
importFrom(tidyr,unnest_wider)
importFrom(utils,browseURL)
importFrom(whisker,whisker.render)