forked from benmarwick/SciDBR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
44 lines (43 loc) · 990 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Generated by roxygen2: do not edit by hand
S3method("$",scidb)
S3method(dim,scidb)
S3method(dimnames,scidb)
S3method(names,scidb)
S3method(print,afl)
S3method(str,afl)
S3method(str,scidb)
export("%as%")
export(aflhelp)
export(as.R)
export(as.scidb)
export(getpwd)
export(iquery)
export(schema)
export(scidb)
export(scidb_prefix)
export(scidbconnect)
export(store)
exportMethods("%as%")
exportMethods(help)
exportMethods(ls)
exportMethods(print)
exportMethods(show)
import(bit64)
importFrom(curl,curl_fetch_memory)
importFrom(curl,form_file)
importFrom(curl,handle_setform)
importFrom(curl,handle_setheaders)
importFrom(curl,handle_setopt)
importFrom(curl,new_handle)
importFrom(data.table,data.table)
importFrom(digest,digest)
importFrom(methods,new)
importFrom(methods,show)
importFrom(openssl,base64_encode)
importFrom(utils,capture.output)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,str)
importFrom(utils,write.table)
useDynLib(scidb)