-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
61 lines (60 loc) · 1.54 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
# Generated by roxygen2: do not edit by hand
export(addCohortTableIndex)
export(attrition)
export(bind)
export(cohortCodelist)
export(cohortCount)
export(collapseCohorts)
export(conceptCohort)
export(demographicsCohort)
export(endDateColumn)
export(entryAtFirstDate)
export(entryAtLastDate)
export(exitAtDeath)
export(exitAtFirstDate)
export(exitAtLastDate)
export(exitAtObservationEnd)
export(intersectCohorts)
export(matchCohorts)
export(measurementCohort)
export(mockCohortConstructor)
export(padCohortDate)
export(padCohortEnd)
export(padCohortStart)
export(requireAge)
export(requireCohortIntersect)
export(requireConceptIntersect)
export(requireDeathFlag)
export(requireDemographics)
export(requireFutureObservation)
export(requireInDateRange)
export(requireIsEntry)
export(requireIsFirstEntry)
export(requireIsLastEntry)
export(requireMinCohortCount)
export(requirePriorObservation)
export(requireSex)
export(requireTableIntersect)
export(sampleCohorts)
export(settings)
export(startDateColumn)
export(stratifyCohorts)
export(subsetCohorts)
export(tableName)
export(trimDemographics)
export(trimToDateRange)
export(unionCohorts)
export(yearCohorts)
importFrom(PatientProfiles,endDateColumn)
importFrom(PatientProfiles,startDateColumn)
importFrom(magrittr,"%>%")
importFrom(omopgenerics,attrition)
importFrom(omopgenerics,bind)
importFrom(omopgenerics,cohortCodelist)
importFrom(omopgenerics,cohortCount)
importFrom(omopgenerics,settings)
importFrom(omopgenerics,tableName)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(utils,data)