forked from OHDSI/Achilles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·38 lines (37 loc) · 1017 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(achilles)
export(achillesHeel)
export(addDataSource)
export(createConceptHierarchy)
export(createIndices)
export(dropAllScratchTables)
export(exportConditionEraToJson)
export(exportConditionToJson)
export(exportDashboardToJson)
export(exportDataDensityToJson)
export(exportDeathToJson)
export(exportDrugEraToJson)
export(exportDrugToJson)
export(exportHeelToJson)
export(exportMeasurementToJson)
export(exportMetaToJson)
export(exportObservationPeriodToJson)
export(exportObservationToJson)
export(exportPersonToJson)
export(exportProcedureToJson)
export(exportToJson)
export(exportVisitToJson)
export(fetchAchillesAnalysisResults)
export(fetchAchillesHeelResults)
export(getAnalysisDetails)
export(launchHeelResultsViewer)
export(showReportTypes)
export(validateSchema)
import(DatabaseConnector)
import(OhdsiRTools)
import(SqlRender)
import(rjson)
importFrom(utils,compareVersion)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,zip)