-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
38 lines (37 loc) · 978 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(cip_spells)
export(csv_from_zip)
export(group_time)
export(inpatient_codes)
export(link_ae_inpatient)
export(lookup_recode)
export(proxy_episode_dates)
export(respeciate_generic)
export(sql_clean)
export(sql_connect)
export(sql_read)
export(sql_write)
export(uk_patient_id)
export(valid_nhs)
import(data.table)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbExistsTable)
importFrom(DBI,dbGetQuery)
importFrom(DBI,dbIsValid)
importFrom(DBI,dbWriteTable)
importFrom(lubridate,`%within%`)
importFrom(lubridate,interval)
importFrom(odbc,dbConnect)
importFrom(odbc,odbc)
importFrom(odbc,odbcListDrivers)
importFrom(phonics,soundex)
importFrom(purrr,imap_chr)
importFrom(readr,read_lines)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stringi,stri_trans_general)
importFrom(stringi,stri_trans_toupper)
importFrom(stringr,str_detect)
importFrom(stringr,word)
importFrom(utils,download.file)
importFrom(utils,unzip)