-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
148 lines (147 loc) · 3.85 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# Generated by roxygen2: do not edit by hand
S3method("$",cdm_reference)
S3method("$<-",cdm_reference)
S3method("[[",cdm_reference)
S3method("[[<-",cdm_reference)
S3method(anti_join,cdm_table)
S3method(arrange,cdm_table)
S3method(attrition,cohort_table)
S3method(bind,cohort_table)
S3method(bind,list)
S3method(bind,summarised_result)
S3method(cdmName,cdm_reference)
S3method(cdmName,cdm_table)
S3method(cdmTableFromSource,local_cdm)
S3method(collapse,cdm_table)
S3method(collect,cdm_reference)
S3method(collect,cdm_table)
S3method(collect,cohort_table)
S3method(compute,cdm_table)
S3method(compute,local_cdm)
S3method(count,cdm_table)
S3method(cross_join,cdm_table)
S3method(dropSourceTable,cdm_reference)
S3method(dropSourceTable,local_cdm)
S3method(dropTable,cdm_reference)
S3method(dropTable,local_cdm)
S3method(filter,cdm_table)
S3method(full_join,cdm_table)
S3method(group_by,cdm_table)
S3method(inner_join,cdm_table)
S3method(insertFromSource,local_cdm)
S3method(insertTable,cdm_reference)
S3method(insertTable,local_cdm)
S3method(intersect,cdm_table)
S3method(left_join,cdm_table)
S3method(listSourceTables,cdm_reference)
S3method(listSourceTables,local_cdm)
S3method(nest_join,cdm_table)
S3method(pivot_longer,cdm_table)
S3method(pivot_wider,cdm_table)
S3method(print,cdm_reference)
S3method(print,cdm_source)
S3method(print,codelist)
S3method(print,conceptSetExpression)
S3method(readSourceTable,cdm_reference)
S3method(right_join,cdm_table)
S3method(rowwise,cdm_table)
S3method(semi_join,cdm_table)
S3method(settings,cohort_table)
S3method(settings,summarised_result)
S3method(str,cdm_reference)
S3method(summarise,cdm_table)
S3method(summary,cdm_reference)
S3method(summary,cohort_table)
S3method(summary,summarised_result)
S3method(suppress,summarised_result)
S3method(tally,cdm_table)
S3method(ungroup,cdm_table)
S3method(union,cdm_table)
S3method(union_all,cdm_table)
export(achillesColumns)
export(achillesTables)
export(attrition)
export(bind)
export(cdmFromTables)
export(cdmName)
export(cdmReference)
export(cdmSelect)
export(cdmSource)
export(cdmSourceType)
export(cdmTableFromSource)
export(cdmVersion)
export(checkCohortRequirements)
export(cohortCodelist)
export(cohortColumns)
export(cohortCount)
export(cohortTables)
export(dropSourceTable)
export(dropTable)
export(emptyAchillesTable)
export(emptyCdmReference)
export(emptyCodelist)
export(emptyCohortTable)
export(emptyOmopTable)
export(emptySummarisedResult)
export(estimateTypeChoices)
export(exportSummarisedResult)
export(filter)
export(getCohortId)
export(getCohortName)
export(getPersonIdentifier)
export(insertFromSource)
export(insertTable)
export(listSourceTables)
export(newAchillesTable)
export(newCdmReference)
export(newCdmSource)
export(newCdmTable)
export(newCodelist)
export(newCohortTable)
export(newConceptSetExpression)
export(newLocalSource)
export(newOmopTable)
export(newSummarisedResult)
export(omopColumns)
export(omopTables)
export(participants)
export(readSourceTable)
export(recordCohortAttrition)
export(resultColumns)
export(settings)
export(sourceType)
export(suppress)
export(tableName)
export(tableSource)
export(tmpPrefix)
export(toSnakeCase)
export(uniqueId)
export(uniqueTableName)
export(validateNameLevel)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,collapse)
importFrom(dplyr,collect)
importFrom(dplyr,compute)
importFrom(dplyr,count)
importFrom(dplyr,cross_join)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,intersect)
importFrom(dplyr,left_join)
importFrom(dplyr,nest_join)
importFrom(dplyr,right_join)
importFrom(dplyr,rowwise)
importFrom(dplyr,semi_join)
importFrom(dplyr,summarise)
importFrom(dplyr,tally)
importFrom(dplyr,ungroup)
importFrom(dplyr,union)
importFrom(dplyr,union_all)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)