-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
40 lines (39 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(checkTableExists)
export(checkVariableExists)
export(createDdl)
export(createExposure)
export(createForeignKeys)
export(createIndices)
export(createOccurrenceDdl)
export(createOccurrenceForeignKeys)
export(createOccurrencePrimaryKeys)
export(createPrimaryKeys)
export(geocodeAddresses)
export(getAttrIndexRecord)
export(getAttrIndexTable)
export(getAttrNameFromVariableSourceId)
export(getCohortAddresses)
export(getDataSourceTable)
export(getGeomIndexTable)
export(getGeomNameFromVariableSourceId)
export(getLocationAddresses)
export(getVariableSourceRecord)
export(getVariableSourceSummaryTable)
export(getVariableSourceTable)
export(importCohortTable)
export(importLocationTable)
export(initializeDatabase)
export(loadGeometry)
export(loadVariable)
export(splitAddresses)
export(writeDdl)
export(writeForeignKeys)
export(writeOccurrenceDdl)
export(writeOccurrenceForeignKeys)
export(writeOccurrenceIndex)
export(writeOccurrencePrimaryKeys)
export(writePrimaryKeys)
importFrom(magrittr,"%>%")
importFrom(utils,read.csv)