forked from OHDSI/CohortDiagnostics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
26 lines (25 loc) · 776 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
# Generated by roxygen2: do not edit by hand
export(checkInputFileEncoding)
export(createCohortTable)
export(createResultsDataModel)
export(getCohortCounts)
export(getResultsDataModelSpecifications)
export(instantiateCohort)
export(instantiateCohortSet)
export(launchCohortExplorer)
export(launchDiagnosticsExplorer)
export(preMergeDiagnosticsFiles)
export(runCohortDiagnostics)
export(uploadResults)
import(DatabaseConnector)
import(dplyr)
importFrom(FeatureExtraction,createDefaultCovariateSettings)
importFrom(FeatureExtraction,createTemporalCovariateSettings)
importFrom(grDevices,rgb)
importFrom(methods,is)
importFrom(rlang,.data)
importFrom(stats,aggregate)
importFrom(utils,install.packages)
importFrom(utils,menu)
importFrom(utils,unzip)
importFrom(utils,write.csv)