-
Notifications
You must be signed in to change notification settings - Fork 16
/
NAMESPACE
52 lines (51 loc) · 1.46 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
# Generated by roxygen2: do not edit by hand
export(addDatabaseIdToTables)
export(assessPhenotypes)
export(assessPropensityModels)
export(computeCovariateBalance)
export(computeEquipoise)
export(createDataModelOnServer)
export(createDataModelSqlFile)
export(createExposureCohorts)
export(createOutcomeCohorts)
export(doMetaAnalysis)
export(execute)
export(exportResults)
export(fetchAllDataFromServer)
export(filterByExposureCohortsSize)
export(generateAllCohortMethodDataObjects)
export(getAbsStdDiff)
export(getCovariateBalance)
export(getMainResultsTable)
export(grantPermissionOnServer)
export(makeDiagnosticsTable)
export(prepareForEvidenceExplorer)
export(prepareStagedExecution)
export(printCohortClose)
export(printCohortDefinition)
export(printCohortDefinitionFromNameAndJson)
export(printConceptSet)
export(printExitCriteria)
export(printInclusionCriteria)
export(removeResultsFromDatabase)
export(renameDatabaseId)
export(runCohortMethod)
export(uploadPhenotypeResults)
export(uploadPsAssessmentResults)
export(uploadResultsToDatabase)
export(uploadResultsToDatabaseFromCsv)
export(uploadStudyResults)
import(DatabaseConnector)
import(dplyr)
importFrom(stats,aggregate)
importFrom(stats,density)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(tibble,tibble)
importFrom(utils,capture.output)
importFrom(utils,read.csv)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.csv)
importFrom(utils,write.table)