-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.46 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
# Generated by roxygen2: do not edit by hand
S3method("$",prt)
S3method("$<-",prt)
S3method("[",prt)
S3method("[<-",prt)
S3method("[[",prt)
S3method("[[<-",prt)
S3method("dimnames<-",prt)
S3method("names<-",prt)
S3method(as.data.frame,prt)
S3method(as.data.table,prt)
S3method(as.list,prt)
S3method(as.matrix,prt)
S3method(ctl_new_rowid_pillar,dt_prnt)
S3method(dim,prt)
S3method(dimnames,prt)
S3method(format,prt)
S3method(format_row,character)
S3method(format_row,default)
S3method(format_row,factor)
S3method(glimpse,prt)
S3method(head,prt)
S3method(length,prt)
S3method(names,prt)
S3method(print,prt)
S3method(str,prt)
S3method(str_sum,data.frame)
S3method(str_sum,prt)
S3method(subset,prt)
S3method(tail,prt)
S3method(tbl_format_body,dt_prnt)
S3method(tbl_sum,prt)
export(as_prt)
export(format_dt)
export(glimpse_dt)
export(is_prt)
export(n_part)
export(new_prt)
export(part_nrow)
export(str_dt)
export(str_sum)
export(subset_quo)
export(trunc_dt)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.count)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.string)
importFrom(data.table,as.data.table)
importFrom(pillar,ctl_new_rowid_pillar)
importFrom(pillar,new_pillar_title)
importFrom(pillar,new_pillar_type)
importFrom(pillar,tbl_format_body)
importFrom(pillar,tbl_sum)
importFrom(rlang,abort)
importFrom(rlang,inform)
importFrom(rlang,warn)
importFrom(tibble,glimpse)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,str)
importFrom(utils,tail)