forked from fstpackage/fst
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (32 loc) · 802 Bytes
/
NAMESPACE
File metadata and controls
33 lines (32 loc) · 802 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method("$",fst_table)
S3method("[",fst_table)
S3method("[[",fst_table)
S3method(as.data.frame,fst_table)
S3method(as.list,fst_table)
S3method(dim,fst_table)
S3method(dimnames,fst_table)
S3method(names,fst_table)
S3method(print,fst_table)
S3method(print,fstmetadata)
S3method(row.names,fst_table)
S3method(str,fst_table)
export(compress_fst)
export(decompress_fst)
export(fst)
export(fst.metadata)
export(hash_fst)
export(metadata_fst)
export(read.fst)
export(read_fst)
export(threads_fst)
export(write.fst)
export(write_fst)
import(Rcpp)
importFrom(fstcore,threads_fstlib)
importFrom(parallel,detectCores)
importFrom(utils,capture.output)
importFrom(utils,packageVersion)
importFrom(utils,str)
importFrom(utils,tail)
useDynLib(fst, .registration = TRUE)