-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
27 lines (26 loc) · 985 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
27
importFrom("collapse", "add_vars<-", "ckmatch", "dapply", "fmutate", "fnobs",
"frename", "get_vars<-", "qDT", "qF", "ss", "unlist2d", "vlabels",
"vlabels<-")
importFrom("data.table", "dcast", "rbindlist", "setcolorder")
importFrom("httr", "POST", "GET", "PUT", "DELETE", "accept", "add_headers", "accept_json",
"authenticate", "content", "content_type", "upload_file")
importFrom("jose", "jwt_split")
importFrom("jsonlite", "fromJSON", "toJSON", "unbox")
importFrom("readODS", "write_ods", "read_ods")
importFrom("stats", "na.omit")
importFrom("utils", "URLdecode", "head", "tail")
export(read_dataset)
export(read_database)
export(read_econdata)
export(read_registry)
export(read_release)
export(write_dataset)
export(write_database)
export(write_econdata)
export(write_registry)
export(write_release)
export(tidy_data)
S3method(tidy_data,eds_database)
S3method(tidy_data,eds_dataset)
S3method(tidy_data,eds_registry)
S3method(tidy_data,eds_release)