-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
86 lines (85 loc) · 2.35 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
export(addCumulativeDose)
export(addCumulativeQuantity)
export(addDailyDose)
export(addDaysExposed)
export(addDaysPrescribed)
export(addDrugRestart)
export(addDrugUse)
export(addDrugUtilisation)
export(addExposedTime)
export(addIndication)
export(addInitialDailyDose)
export(addInitialExposureDuration)
export(addInitialQuantity)
export(addNumberEras)
export(addNumberExposures)
export(addRoute)
export(addTimeToExposure)
export(addTreatment)
export(additionalColumns)
export(attrition)
export(benchmarkDrugUtilisation)
export(bind)
export(cohortCodelist)
export(cohortCount)
export(cohortGapEra)
export(dailyDoseCoverage)
export(erafyCohort)
export(exportSummarisedResult)
export(generateAtcCohortSet)
export(generateDrugUtilisationCohortSet)
export(generateIngredientCohortSet)
export(groupColumns)
export(importSummarisedResult)
export(mockDisconnect)
export(mockDrugUtilisation)
export(patternTable)
export(plotDrugRestart)
export(plotDrugUtilisation)
export(plotIndication)
export(plotProportionOfPatientsCovered)
export(plotTreatment)
export(readConceptList)
export(requireDrugInDateRange)
export(requireIsFirstDrugEntry)
export(requireObservationBeforeDrug)
export(requirePriorDrugWashout)
export(settings)
export(settingsColumns)
export(strataColumns)
export(stratifyByUnit)
export(summariseDoseCoverage)
export(summariseDrugRestart)
export(summariseDrugUse)
export(summariseDrugUtilisation)
export(summariseIndication)
export(summariseProportionOfPatientsCovered)
export(summariseTreatment)
export(suppress)
export(tableDoseCoverage)
export(tableDrugRestart)
export(tableDrugUtilisation)
export(tableIndication)
export(tableProportionOfPatientsCovered)
export(tableTreatment)
export(tidy)
importFrom(PatientProfiles,mockDisconnect)
importFrom(dplyr,"%>%")
importFrom(omopgenerics,additionalColumns)
importFrom(omopgenerics,attrition)
importFrom(omopgenerics,bind)
importFrom(omopgenerics,cohortCodelist)
importFrom(omopgenerics,cohortCount)
importFrom(omopgenerics,exportSummarisedResult)
importFrom(omopgenerics,groupColumns)
importFrom(omopgenerics,importSummarisedResult)
importFrom(omopgenerics,settings)
importFrom(omopgenerics,settingsColumns)
importFrom(omopgenerics,strataColumns)
importFrom(omopgenerics,suppress)
importFrom(omopgenerics,tidy)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,.env)