-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
74 lines (73 loc) · 1.82 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
# Generated by roxygen2 (4.1.1): do not edit by hand
S3method(anti_join,ffdf)
S3method(arrange_,ffdf)
S3method(arrange_,grouped_ffdf)
S3method(arrange_,tbl_ffdf)
S3method(as.data.frame,grouped_ffdf)
S3method(as.data.frame,tbl_ffdf)
S3method(as.tbl,ffdf)
S3method(collapse,tbl_ffdf)
S3method(collect,tbl_ffdf)
S3method(compute,tbl_ffdf)
S3method(copy_to,src_ffdf)
S3method(filter_,ffdf)
S3method(filter_,grouped_ffdf)
S3method(filter_,tbl_ffdf)
S3method(format,src_ffdf)
S3method(group_by_,ffdf)
S3method(group_size,grouped_ffdf)
S3method(groups,tbl_ffdf)
S3method(head,tbl_ffdf)
S3method(inner_join,ffdf)
S3method(left_join,ffdf)
S3method(mutate_,ffdf)
S3method(mutate_,tbl_ffdf)
S3method(print,grouped_ffdf)
S3method(print,tbl_ffdf)
S3method(rename_,ffdf)
S3method(rename_,grouped_ffdf)
S3method(rename_,tbl_ffdf)
S3method(same_src,src_ffdf)
S3method(same_src,tbl_ffdf)
S3method(sample_data,default)
S3method(sample_data,ffdf)
S3method(sample_frac,ffdf)
S3method(sample_n,ffdf)
S3method(select_,ffdf)
S3method(select_,tbl_ffdf)
S3method(semi_join,ffdf)
S3method(slice_,ffdf)
S3method(slice_,grouped_ffdf)
S3method(slice_,tbl_ffdf)
S3method(src_tbls,src_ffdf)
S3method(summarise_,ffdf)
S3method(summarise_,grouped_ffdf)
S3method(summarise_,tbl_ffdf)
S3method(tail,tbl_ffdf)
S3method(tbl,src_ffdf)
S3method(tbl_vars,ffdf)
S3method(tbl_vars,tbl_ffdf)
S3method(ungroup,grouped_ffdf)
S3method(xtfrm,ff_vector)
export(as_ffdf)
export(do.ffdf)
export(do.grouped_ffdf)
export(do.tbl_ffdf)
export(grouped_ffdf)
export(is.grouped_ffdf)
export(mutate.grouped_ffdf)
export(sample_data)
export(src_ffdf)
export(tbl_ffdf)
import(assertthat)
import(dplyr)
import(lazyeval)
importFrom(bit,chunk)
importFrom(ff,as.ff)
importFrom(ff,as.ffdf)
importFrom(ff,hi)
importFrom(ff,is.ffdf)
importFrom(ffbase,ffwhich)
importFrom(ffbase,rle_ff)
importFrom(utils,head)
importFrom(utils,tail)