-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
86 lines (85 loc) · 1.6 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
# Generated by roxygen2: do not edit by hand
S3method(compile,Cohort)
export("%>%")
export(age)
export(as.json)
export(atLeast)
export(atMost)
export(attrition)
export(bt)
export(censoringEvents)
export(cohort)
export(compile)
export(conditionEra)
export(conditionOccurrence)
export(conditionType)
export(continuousObservation)
export(cs)
export(dateAdjustment)
export(daysOfSupply)
export(death)
export(descendants)
export(deviceExposure)
export(drugEra)
export(drugExit)
export(drugExposure)
export(drugQuantity)
export(drugRefills)
export(drugType)
export(duringInterval)
export(endDate)
export(entry)
export(eq)
export(era)
export(eventEnds)
export(eventStarts)
export(exactly)
export(exclude)
export(exit)
export(female)
export(firstOccurrence)
export(fixedExit)
export(getConceptSetDetails)
export(gt)
export(gte)
export(lt)
export(lte)
export(makeCohortSet)
export(male)
export(mapped)
export(measurement)
export(measurementType)
export(nbt)
export(nestedWithAll)
export(nestedWithAny)
export(nestedWithAtLeast)
export(nestedWithAtMost)
export(observation)
export(observationExit)
export(observationType)
export(procedure)
export(procedureType)
export(rangeHigh)
export(rangeLow)
export(readConceptSet)
export(startDate)
export(toCirce)
export(unit)
export(valueAsNumber)
export(visit)
export(visitType)
export(withAll)
export(withAny)
export(withAtLeast)
export(withAtMost)
export(writeCohort)
export(writeConceptSet)
exportMethods("==")
exportMethods(compile)
import(dplyr)
importFrom(generics,compile)
importFrom(magrittr,"%>%")
importFrom(methods,"slot<-")
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,.data)