forked from rmatev/dplyr.root
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.24 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
# Generated by roxygen2 (4.0.2): do not edit by hand
S3method(arrange_,tbl_root)
S3method(as.data.frame,tbl_root)
S3method(collapse,tbl_root)
S3method(collect,tbl_root)
S3method(compute,tbl_root)
S3method(dim,tbl_root)
S3method(dimnames,tbl_root)
S3method(escape_rootexpr,character)
S3method(escape_rootexpr,double)
S3method(escape_rootexpr,factor)
S3method(escape_rootexpr,integer)
S3method(escape_rootexpr,logical)
S3method(escape_rootexpr,rootexpr)
S3method(filter_,tbl_root)
S3method(format,rootexpr)
S3method(format,src_root)
S3method(group_by_,tbl_root)
S3method(group_size,tbl_root)
S3method(groups,tbl_root)
S3method(head,tbl_root)
S3method(mutate_,tbl_root)
S3method(n_groups,tbl_root)
S3method(print,rootexpr)
S3method(print,tbl_root)
S3method(rename_,tbl_root)
S3method(same_src,tbl_root)
S3method(select_,tbl_root)
S3method(src_tbls,src_root)
S3method(summarise_,tbl_root)
S3method(tail,tbl_root)
S3method(tbl,src_root)
S3method(tbl_vars,tbl_root)
S3method(ungroup,tbl_root)
export(escape_rootexpr)
export(is.rootexpr)
export(rootexpr)
export(rootexpr_ident)
export(src_root)
export(tbl_rootchain)
export(translate_root)
export(translate_root_q)
import(assertthat)
import(dplyr)
importFrom(dbplyr,sql_translator)
importFrom(utils,head)
importFrom(utils,tail)