-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
219 lines (218 loc) · 6.1 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
219
# Generated by roxygen2: do not edit by hand
export("%>%")
export(DAT.pipe.source.audit)
export(cas_checkSum)
export(chem.check.v2)
export(clean.last.character)
export(convert.fields.to.json)
export(create_source_table_SQL)
export(doc_lineage_sync_clowder_metadata)
export(export_chemicals_to_curate)
export(fix.casrn)
export(fix.non_ascii.v2)
export(fix.replace.unicode)
export(get.chemical.info.by.source)
export(get.chemical.info.by.source.combined)
export(get.num.decimal.count)
export(getDBConn)
export(import.driver)
export(import.dup.log.info)
export(import_actor_source)
export(import_atsdr_pfas_2021_source)
export(import_copper_source)
export(import_dod_meg_source)
export(import_doe_benchmarks_source)
export(import_doe_pac_source)
export(import_doe_source)
export(import_efsa_source)
export(import_envirotox_source)
export(import_flex_source)
export(import_generic_source)
export(import_hawc_pfas_source)
export(import_hawc_source)
export(import_health_canada_source)
export(import_heast_source)
export(import_hpvis_source)
export(import_niosh_source)
export(import_opp_source)
export(import_oppt_source)
export(import_ow_dwsha_source)
export(import_pfas_150_sem_v2_source)
export(import_rsl_source)
export(import_source_atsdr_mrls)
export(import_source_caloehha)
export(import_source_epa_aegl)
export(import_source_epa_hhtv)
export(import_source_epa_ow_npdwr)
export(import_source_epa_ow_nrwqc_hhc)
export(import_source_gestis_dnel)
export(import_source_hess)
export(import_source_iris)
export(import_source_iuclid)
export(import_source_iuclid_orchestrate)
export(import_source_mass_mmcl)
export(import_source_ntp_pfas)
export(import_source_penn_dep_mscs)
export(import_source_penn_dep_toxvalues)
export(import_source_pprtv_cphea)
export(import_source_usgs_hbsl)
export(import_source_who_jecfa_adi)
export(import_source_who_jecfa_tox_studies)
export(import_test_source)
export(import_who_ipcs)
export(init.audit.table)
export(initialize_source_iuclid_directory)
export(parse_sql_file)
export(prep.DAT.conversion)
export(printCurrentFunction)
export(qc_prescreening_summary)
export(runInsert)
export(runInsertTable)
export(runQuery)
export(runStatement)
export(runUpdate)
export(set_clowder_doc_type)
export(set_clowder_id_lineage)
export(set_field_SQL_type)
export(source.table.to.DAT)
export(source_chemical.process)
export(source_hash_vectorized)
export(source_prep_and_load)
export(source_set_defaults)
export(toxval.config)
export(toxval.source.import.dedup)
export(toxval.source_push_mapped_chemicals)
export(toxval_source.hash.and.load)
export(update_chemical_preferred_info_by_dtxsid)
import(DBI)
import(RMySQL)
import(dplyr)
import(httr)
import(jsonlite)
import(magrittr)
import(readxl)
import(stringr)
import(tidyr)
import(writexl)
importFrom(DBI,dbSendStatement)
importFrom(RMySQL,MySQL)
importFrom(RMySQL,dbClearResult)
importFrom(RMySQL,dbConnect)
importFrom(RMySQL,dbDisconnect)
importFrom(RMySQL,dbFetch)
importFrom(RMySQL,dbHasCompleted)
importFrom(RMySQL,dbSendQuery)
importFrom(RMySQL,dbWriteTable)
importFrom(digest,digest)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,anti_join)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,ends_with)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,intersect)
importFrom(dplyr,join_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,na_if)
importFrom(dplyr,pull)
importFrom(dplyr,recode)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,setdiff)
importFrom(dplyr,slice_sample)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(generics,is.element)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,accept_json)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,content_type_json)
importFrom(janitor,excel_numeric_to_date)
importFrom(janitor,remove_empty)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(lubridate,parse_date_time)
importFrom(magrittr,"%>%")
importFrom(openxlsx,getSheetNames)
importFrom(openxlsx,read.xlsx)
importFrom(openxlsx,write.xlsx)
importFrom(purrr,compact)
importFrom(purrr,is_character)
importFrom(purrr,map2_chr)
importFrom(purrr,map_chr)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,read_lines)
importFrom(readxl,read_xls)
importFrom(readxl,read_xlsx)
importFrom(rlang,sym)
importFrom(stats,aggregate)
importFrom(stats,complete.cases)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stringi,stri_escape_unicode)
importFrom(stringr,regex)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_match)
importFrom(stringr,str_pad)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_squish)
importFrom(stringr,str_to_title)
importFrom(stringr,str_trim)
importFrom(stringr,str_unique)
importFrom(textclean,mgsub)
importFrom(tibble,deframe)
importFrom(tidyr,all_of)
importFrom(tidyr,any_of)
importFrom(tidyr,contains)
importFrom(tidyr,drop_na)
importFrom(tidyr,matches)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(tidyr,separate_rows)
importFrom(tidyr,spread)
importFrom(tidyr,starts_with)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,contains)
importFrom(tidyselect,matches)
importFrom(tidyselect,starts_with)
importFrom(tidyselect,where)
importFrom(utils,flush.console)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(utils,type.convert)
importFrom(writexl,write_xlsx)