-
Notifications
You must be signed in to change notification settings - Fork 19
/
NAMESPACE
executable file
·66 lines (65 loc) · 1.51 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
# Generated by roxygen2 (4.0.2): do not edit by hand
S3method(head,SQLiteConnection)
S3method(print,EHR_definition)
S3method(print,MedicalDefinition)
export(MedicalDefinition)
export(add_to_database)
export(append_to_temp_table)
export(build_cohort)
export(build_date_fn)
export(compress)
export(convert_dates)
export(cprd_uniform_hba1c_values)
export(cut_tv)
export(database)
export(define_EHR)
export(definition_search)
export(drop_all_temp_tables)
export(drop_temp_table)
export(expand_string)
export(export_definition_search)
export(export_fn)
export(extract_keywords)
export(first_events)
export(flat_files)
export(get_EHR_attribute)
export(get_matches)
export(import_CPRD_data)
export(import_definitions)
export(last_events)
export(list_EHR_attributes)
export(match_on_index)
export(medcodes_to_read)
export(patients_in_window)
export(patients_per_medcode)
export(prev_terms)
export(prev_totals)
export(qof_15_months)
export(qof_years)
export(random_dates)
export(read_to_medcodes)
export(read_zip)
export(select_by_year)
export(select_events)
export(set_CPRD)
export(set_EHR_attribute)
export(simulate_ehr_consultations)
export(simulate_ehr_events)
export(simulate_ehr_patients)
export(simulate_ehr_practices)
export(standard_years)
export(surv_sims)
export(temp_location)
export(temp_table)
export(to_stata)
export(to_temp_table)
export(wrap_sql_query)
import(RSQLite)
import(assertthat)
import(dplyr)
import(parallel)
import(sqldf)
import(stringr)
importFrom(combinat,permn)
importFrom(foreign,write.dta)
importFrom(xlsx,write.xlsx)