forked from pharmaverse/rtables
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
88 lines (87 loc) · 1.95 KB
/
Copy pathNAMESPACE
File metadata and controls
88 lines (87 loc) · 1.95 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Generated by roxygen2: do not edit by hand
S3method("[",rheader)
S3method("[",rtable)
S3method("row.names<-",rtable)
S3method(as.rtable,default)
S3method(as.rtable,table)
S3method(as_html,default)
S3method(as_html,rrow)
S3method(as_html,rtable)
S3method(dim,rheader)
S3method(dim,rtable)
S3method(names,rtable)
S3method(print,rcell)
S3method(print,rrow)
S3method(print,rtable)
S3method(print,rtable_diff)
S3method(rbind,rtable)
S3method(row.names,rheader)
S3method(row.names,rtable)
S3method(rtabulate,data.frame)
S3method(rtabulate,factor)
S3method(rtabulate,logical)
S3method(rtabulate,numeric)
S3method(toString,empty_rtable)
S3method(toString,rtable)
S3method(unlist,rcell)
S3method(unlist,rrow)
S3method(unlist,rtable)
export("header<-")
export("header_indent<-")
export("header_row.names<-")
export("var_labels<-")
export(Viewer)
export(as.rtable)
export(as_html)
export(by_add_total)
export(by_all)
export(by_combine)
export(by_compare_subset)
export(by_drop_empty_cols)
export(by_header)
export(by_hierarchical)
export(by_quartile)
export(cbind_rtables)
export(col_by_to_factor)
export(col_by_to_matrix)
export(compare_rtables)
export(empty_rtable)
export(format_rcell)
export(header)
export(header_add_N)
export(header_indent)
export(header_row.names)
export(indent)
export(indented_row.names)
export(insert_rrow)
export(is_empty_rtable)
export(is_non_empty_rtable)
export(is_rtable)
export(label)
export(list_rcell_format_labels)
export(order_rrows)
export(order_rtables)
export(rbindl_rtables)
export(rcell)
export(rheader)
export(rrow)
export(rrowl)
export(rtable)
export(rtablel)
export(rtabulate)
export(sort_rrows)
export(sort_rtables)
export(sprintf_format)
export(var_labels)
export(var_labels_remove)
export(var_relabel)
export(with_by_header)
export(with_label)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(methods,is)
importFrom(purrr,transpose)
importFrom(rlang,"%||%")
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,setNames)