-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
55 lines (54 loc) · 1.42 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
# Generated by roxygen2: do not edit by hand
export(addAge)
export(addAgeQuery)
export(addCategories)
export(addCdmName)
export(addCohortIntersectCount)
export(addCohortIntersectDate)
export(addCohortIntersectDays)
export(addCohortIntersectFlag)
export(addCohortName)
export(addConceptIntersectCount)
export(addConceptIntersectDate)
export(addConceptIntersectDays)
export(addConceptIntersectFlag)
export(addDateOfBirth)
export(addDateOfBirthQuery)
export(addDeathDate)
export(addDeathDays)
export(addDeathFlag)
export(addDemographics)
export(addDemographicsQuery)
export(addFutureObservation)
export(addFutureObservationQuery)
export(addInObservation)
export(addInObservationQuery)
export(addObservationPeriodId)
export(addObservationPeriodIdQuery)
export(addPriorObservation)
export(addPriorObservationQuery)
export(addSex)
export(addSexQuery)
export(addTableIntersectCount)
export(addTableIntersectDate)
export(addTableIntersectDays)
export(addTableIntersectField)
export(addTableIntersectFlag)
export(availableEstimates)
export(endDateColumn)
export(mockDisconnect)
export(mockPatientProfiles)
export(settings)
export(sourceConceptIdColumn)
export(standardConceptIdColumn)
export(startDateColumn)
export(summariseResult)
export(suppress)
export(variableTypes)
importFrom(dplyr,"%>%")
importFrom(omopgenerics,settings)
importFrom(omopgenerics,suppress)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,.env)