-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
218 lines (217 loc) · 5.77 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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
# Generated by roxygen2: do not edit by hand
export("%>%")
export(browse_athena)
export(cache_query)
export(check_concept_id)
export(check_vocab_id)
export(concept)
export(concept_id_exists)
export(connectAthena)
export(connectAthena_ff)
export(dcAthena)
export(ds_join_on_drug)
export(ds_join_on_ingredient)
export(ds_lookup_ucum)
export(ds_process)
export(ds_process_drug_table)
export(ds_process_map_table)
export(ds_stage)
export(ds_stage_unit_fraction)
export(ds_stage_value_fraction)
export(ds_staged_table_exists)
export(exact_phrase_search_ff)
export(fetched_via)
export(filterClassConcepts)
export(filterConcept)
export(filterConceptClass)
export(filterDomain)
export(filterHemOnc)
export(filterLOINC)
export(filterNAACCR)
export(filterNebraska)
export(filterRxNorm)
export(filterSNOMED)
export(filterStandardConceptType)
export(filterStandardConcepts)
export(filterValid)
export(filterVocabulary)
export(filter_at_all_strip)
export(filter_at_any_strip)
export(filter_strip)
export(get_VersionKey)
export(get_ancestor_relationships)
export(get_cdm_data_dictionary)
export(get_concept)
export(get_concept_id_fields)
export(get_constraints)
export(get_hierarchical_relationships)
export(get_name_cluster)
export(get_strip)
export(get_test_concepts)
export(get_test_data)
export(get_test_drug_classes)
export(get_test_drug_concepts)
export(get_vocab_data_dictionary)
export(get_vocab_table_constraints)
export(get_vocabulary_ids)
export(ho_grep_regimens)
export(ho_lookup_antineoplastics)
export(ho_lookup_regimen)
export(ho_reduce_to_components)
export(is.concept)
export(is_cached)
export(join)
export(join_for_ancestor_ids)
export(join_for_ancestors)
export(join_for_concept_synonym_name)
export(join_for_descendant_ids)
export(join_for_descendants)
export(join_on_concept_code)
export(join_on_concept_id)
export(join_on_concept_name)
export(join_on_concept_synonym_name)
export(label_to_strip)
export(like_phrase_search_ff)
export(list_cdm_table_names)
export(list_concept_id_fields)
export(list_fields)
export(list_table_abbr)
export(list_vocab_table_names)
export(load_cached_query)
export(locatePhrase)
export(lookup_atc_class_ingredients)
export(lookup_orphan_concepts)
export(lookup_relationships)
export(lookup_relationships_with_other_vocab)
export(lookup_top_ancestors)
export(lookup_ucum)
export(lookup_ucum_time)
export(lookup_upper_limit_ancestors)
export(lookup_vocab_relationships)
export(lowLevelCache)
export(lowLevelLoadCache)
export(make_where_clause)
export(map_concept_id)
export(merge_label)
export(merge_strip)
export(ordered_phrase_search_ff)
export(prime_concepts)
export(print_concept_hierarchy)
export(print_concept_siblings)
export(process_first_parentheses)
export(process_last_parentheses)
export(process_longest_words)
export(process_parentheses)
export(process_unique_words)
export(process_words)
export(queryAncestors)
export(queryAthena)
export(queryCDM)
export(queryCode)
export(queryConceptClassRelationships)
export(queryConceptId)
export(queryDescendants)
export(queryRelationships)
export(querySynonyms)
export(queryVocabularyRelationships)
export(query_athena)
export(query_relationships)
export(rank_word_frequency)
export(rank_word_length)
export(read_cdm_wiki_table)
export(relationship_classes)
export(search_code)
export(search_ends_with_phrase)
export(search_exact_phrase)
export(search_like_phrase)
export(search_split_phrase)
export(search_starts_with_phrase)
export(sendAthena)
export(strip_to_label)
export(tokenized_phrase_search_ff)
export(unbox_label)
export(unbox_strip)
export(unmerge_label)
export(unmerge_strip)
export(vocab_lookup_intrarelation)
importFrom(R.cache,findCache)
importFrom(R.cache,loadCache)
importFrom(R.cache,saveCache)
importFrom(SqlRender,readSql)
importFrom(SqlRender,render)
importFrom(cli,cat_line)
importFrom(cli,cat_rule)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_h1)
importFrom(cli,cli_rule)
importFrom(dplyr,all_of)
importFrom(dplyr,all_vars)
importFrom(dplyr,arrange)
importFrom(dplyr,arrange_at)
importFrom(dplyr,as_label)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,enquo)
importFrom(dplyr,enquos)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,filter_all)
importFrom(dplyr,filter_at)
importFrom(dplyr,group_by_at)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,rename)
importFrom(dplyr,rename_all)
importFrom(dplyr,rename_at)
importFrom(dplyr,select)
importFrom(dplyr,select_at)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(pg13,buildQuery)
importFrom(pg13,dc)
importFrom(pg13,draft_join1)
importFrom(pg13,local_connect)
importFrom(pg13,lsFields)
importFrom(pg13,ls_tables)
importFrom(pg13,query)
importFrom(pg13,table_exists)
importFrom(pg13,write_staging_table)
importFrom(purrr,map)
importFrom(purrr,reduce)
importFrom(purrr,set_names)
importFrom(rlang,as_name)
importFrom(rlang,list2)
importFrom(rlang,parse_expr)
importFrom(rubix,arrange_by_nchar)
importFrom(rubix,filter_at_grepl)
importFrom(rubix,format_colnames)
importFrom(rubix,normalize_all_to_na)
importFrom(rubix,split_by)
importFrom(rubix,split_deselect)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,html_text)
importFrom(secretary,enbold)
importFrom(secretary,greenTxt)
importFrom(secretary,magentaTxt)
importFrom(secretary,typewrite)
importFrom(secretary,yellowTxt)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(tibble,as_tibble)
importFrom(tibble,rowid_to_column)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyr,extract)
importFrom(tidyr,separate_rows)
importFrom(tidyr,unite)
importFrom(xml2,read_html)