-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.25 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(asIncidenceResult)
export(asPrevalenceResult)
export(attrition)
export(availableIncidenceGrouping)
export(availablePrevalenceGrouping)
export(benchmarkIncidencePrevalence)
export(bind)
export(cohortCodelist)
export(cohortCount)
export(estimateIncidence)
export(estimatePeriodPrevalence)
export(estimatePointPrevalence)
export(exportSummarisedResult)
export(generateDenominatorCohortSet)
export(generateTargetDenominatorCohortSet)
export(importSummarisedResult)
export(mockIncidencePrevalence)
export(optionsTableIncidence)
export(optionsTablePrevalence)
export(plotIncidence)
export(plotIncidencePopulation)
export(plotPrevalence)
export(plotPrevalencePopulation)
export(settings)
export(suppress)
export(tableIncidence)
export(tableIncidenceAttrition)
export(tablePrevalence)
export(tablePrevalenceAttrition)
importFrom(magrittr,"%>%")
importFrom(omopgenerics,attrition)
importFrom(omopgenerics,bind)
importFrom(omopgenerics,cohortCodelist)
importFrom(omopgenerics,cohortCount)
importFrom(omopgenerics,exportSummarisedResult)
importFrom(omopgenerics,importSummarisedResult)
importFrom(omopgenerics,settings)
importFrom(omopgenerics,suppress)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,.env)