-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
executable file
·210 lines (209 loc) · 6.58 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# Generated by roxygen2: do not edit by hand
S3method("[",ridl_dataset_list)
S3method("[",ridl_resource_list)
S3method("ridl_resource_file_to_upload<-",RIDLResource)
S3method("ridl_resource_file_to_upload<-",default)
S3method("rr_file_to_upload<-",RIDLResource)
S3method("rr_file_to_upload<-",default)
S3method(as.list,RIDLContainer)
S3method(as.list,RIDLDataset)
S3method(as.list,RIDLResource)
S3method(as_tibble,RIDLContainer)
S3method(as_tibble,RIDLDataset)
S3method(as_tibble,RIDLResource)
S3method(as_tibble,ridl_dataset_list)
S3method(as_tibble,ridl_resource_list)
S3method(rc_hierarchy_list,RIDLContainer)
S3method(rc_hierarchy_list,default)
S3method(rc_list,default)
S3method(rd_container_get,RIDLDataset)
S3method(rd_container_get,default)
S3method(rd_container_set,RIDLDataset)
S3method(rd_container_set,default)
S3method(rd_delete,RIDLDataset)
S3method(rd_delete,default)
S3method(rd_list,default)
S3method(rd_resource_add,RIDLDataset)
S3method(rd_resource_add,default)
S3method(rd_resource_count,RIDLDataset)
S3method(rd_resource_count,default)
S3method(rd_resource_delete,RIDLDataset)
S3method(rd_resource_delete,default)
S3method(rd_resource_delete_all,RIDLDataset)
S3method(rd_resource_delete_all,default)
S3method(rd_resource_get,RIDLDataset)
S3method(rd_resource_get,default)
S3method(rd_resource_get_all,RIDLDataset)
S3method(rd_resource_get_all,default)
S3method(ridl_browse,RIDLContainer)
S3method(ridl_browse,RIDLDataset)
S3method(ridl_browse,RIDLResource)
S3method(ridl_browse,default)
S3method(ridl_clone,RIDLContainer)
S3method(ridl_clone,RIDLDataset)
S3method(ridl_clone,RIDLResource)
S3method(ridl_clone,default)
S3method(ridl_container_hierarchy_list,RIDLContainer)
S3method(ridl_container_hierarchy_list,default)
S3method(ridl_container_list,default)
S3method(ridl_dataset_container_get,RIDLDataset)
S3method(ridl_dataset_container_get,default)
S3method(ridl_dataset_container_set,RIDLDataset)
S3method(ridl_dataset_container_set,default)
S3method(ridl_dataset_delete,RIDLDataset)
S3method(ridl_dataset_delete,default)
S3method(ridl_dataset_list,default)
S3method(ridl_dataset_resource_add,RIDLDataset)
S3method(ridl_dataset_resource_add,default)
S3method(ridl_dataset_resource_count,RIDLDataset)
S3method(ridl_dataset_resource_count,default)
S3method(ridl_dataset_resource_delete,RIDLDataset)
S3method(ridl_dataset_resource_delete,default)
S3method(ridl_dataset_resource_delete_all,RIDLDataset)
S3method(ridl_dataset_resource_delete_all,default)
S3method(ridl_dataset_resource_get,RIDLDataset)
S3method(ridl_dataset_resource_get,default)
S3method(ridl_dataset_resource_get_all,RIDLDataset)
S3method(ridl_dataset_resource_get_all,default)
S3method(ridl_resource_download,RIDLResource)
S3method(ridl_resource_download,default)
S3method(ridl_resource_excel_sheets,RIDLResource)
S3method(ridl_resource_excel_sheets,default)
S3method(ridl_resource_file_format,RIDLResource)
S3method(ridl_resource_file_format,default)
S3method(ridl_resource_file_to_upload,RIDLResource)
S3method(ridl_resource_file_to_upload,default)
S3method(ridl_resource_read,RIDLResource)
S3method(ridl_resource_read,default)
S3method(rr_dataset,default)
S3method(rr_download,RIDLResource)
S3method(rr_download,default)
S3method(rr_excel_sheets,RIDLResource)
S3method(rr_excel_sheets,default)
S3method(rr_file_format,RIDLResource)
S3method(rr_file_format,default)
S3method(rr_file_to_upload,RIDLResource)
S3method(rr_file_to_upload,default)
S3method(rr_read,RIDLResource)
S3method(rr_read,default)
export("ridl_resource_file_to_upload<-")
export("rr_file_to_upload<-")
export(rc_create)
export(rc_exist)
export(rc_hierarchy_list)
export(rc_list)
export(rc_patch)
export(rc_show)
export(rc_update)
export(rd_container_get)
export(rd_container_set)
export(rd_create)
export(rd_delete)
export(rd_exist)
export(rd_list)
export(rd_patch)
export(rd_resource_add)
export(rd_resource_count)
export(rd_resource_delete)
export(rd_resource_delete_all)
export(rd_resource_get)
export(rd_resource_get_all)
export(rd_search)
export(rd_show)
export(rd_update)
export(ridl_browse)
export(ridl_cache_clear)
export(ridl_cache_delete)
export(ridl_cache_get_dir)
export(ridl_cache_list)
export(ridl_cache_set_dir)
export(ridl_clone)
export(ridl_config)
export(ridl_config_delete)
export(ridl_config_get)
export(ridl_config_set)
export(ridl_config_setup)
export(ridl_container)
export(ridl_container_country)
export(ridl_container_create)
export(ridl_container_exist)
export(ridl_container_hierarchy_list)
export(ridl_container_list)
export(ridl_container_patch)
export(ridl_container_sector)
export(ridl_container_show)
export(ridl_container_update)
export(ridl_dataset)
export(ridl_dataset_container_get)
export(ridl_dataset_container_set)
export(ridl_dataset_create)
export(ridl_dataset_delete)
export(ridl_dataset_exist)
export(ridl_dataset_list)
export(ridl_dataset_patch)
export(ridl_dataset_resource_add)
export(ridl_dataset_resource_count)
export(ridl_dataset_resource_delete)
export(ridl_dataset_resource_delete_all)
export(ridl_dataset_resource_get)
export(ridl_dataset_resource_get_all)
export(ridl_dataset_search)
export(ridl_dataset_show)
export(ridl_dataset_update)
export(ridl_memoise_clear)
export(ridl_resource)
export(ridl_resource_create)
export(ridl_resource_dataset.RIDLResource)
export(ridl_resource_download)
export(ridl_resource_excel_sheets)
export(ridl_resource_exist)
export(ridl_resource_file_format)
export(ridl_resource_file_to_upload)
export(ridl_resource_patch)
export(ridl_resource_read)
export(ridl_resource_search)
export(ridl_resource_show)
export(ridl_resource_update)
export(rr_create)
export(rr_dataset)
export(rr_download)
export(rr_excel_sheets)
export(rr_exist)
export(rr_file_format)
export(rr_file_to_upload)
export(rr_patch)
export(rr_read)
export(rr_search)
export(rr_show)
export(rr_update)
importFrom(cachem,cache_mem)
importFrom(crul,HttpClient)
importFrom(crul,Paginator)
importFrom(crul,set_opts)
importFrom(crul,upload)
importFrom(haven,read_dta)
importFrom(haven,read_sav)
importFrom(hoardr,hoard)
importFrom(jsonlite,fromJSON)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(lifecycle,is_present)
importFrom(logger,appender_file)
importFrom(logger,formatter_sprintf)
importFrom(logger,log_appender)
importFrom(logger,log_error)
importFrom(logger,log_formatter)
importFrom(logger,log_info)
importFrom(memoise,memoise)
importFrom(readr,default_locale)
importFrom(readr,locale)
importFrom(readr,read_delim)
importFrom(readr,type_convert)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tools,file_ext)
importFrom(tools,file_path_as_absolute)
importFrom(utils,packageVersion)