-
Notifications
You must be signed in to change notification settings - Fork 17
/
_pkgdown.yml
176 lines (173 loc) · 3.67 KB
/
_pkgdown.yml
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
url: https://atorus-research.github.io/Tplyr
destination: docs
template:
bootstrap: 5
bslib:
bg: "#FFFFFF"
fg: "#1D252D"
primary: "#1D252D"
params:
bootswatch: yeti
ganalytics: UA-165685385-2
opengraph:
image:
src: man/figures/Atorus_Stickers_vF_Tplyr.png
alt: "Tplyr Hex Sticker"
twitter:
creator: "@AtorusR"
card: summary_large_image
search:
exclude: ['news/index.html']
repo:
url:
home: https://github.com/atorus-research/Tplyr/
source: https://github.com/atorus-research/Tplyr/blob/main/
issue: https://github.com/atorus-research/Tplyr/issues/
user: https://github.com/atorus-research
news:
cran_dates: true
reference:
- title: Build
desc: High-level functions to create and build a table
- contents:
- build
- tplyr_table
- set_pop_data
- set_pop_treat_var
- title: Layers and layering
desc: Creating layers and adding them to the table
- contents:
- add_layer
- add_layers
- tplyr_layer
- starts_with("group")
- title: Formatting
desc: Customizing the display as a table
- contents:
- f_str
- ends_with("layer_formats")
- set_format_strings
- set_missing_count
- title: Sorting
desc: Sorting and customizing table order
- contents:
- set_order_count_method
- set_ordering_cols
- set_result_order_var
- set_outer_sort_position
- title: Adding Groups and Stats
desc: Adding treatment groups, total rows, and risk difference
- contents:
- add_total_row
- add_total_group
- add_risk_diff
- add_missing_subjects_row
- set_total_row_label
- set_missing_subjects_row_label
- title: Descriptive Statistics Layer Functions
desc: Descriptive statistics layer helper functions
- contents:
- set_custom_summaries
- set_precision_data
- set_precision_by
- set_precision_on
- set_stats_as_columns
- title: Counting functions
desc: Count layer helper functions
- contents:
- set_denoms_by
- set_distinct_by
- set_denom_where
- set_nest_count
- set_outer_sort_position
- set_missing_count
- keep_levels
- set_denom_ignore
- set_indentation
- set_numeric_threshold
- set_limit_data_by
- title: Column Headers
desc: Column header helpers
- contents:
- add_column_headers
- header_n
- title: Metadata Functions
desc: Tplyr metadata functions
- contents:
- tplyr_meta
- add_variables
- add_filters
- add_anti_join
- get_metadata
- append_metadata
- starts_with('get_meta')
- title: Templates
desc: Layer Templates
- contents:
- new_layer_template
- title: Post-pocessing
desc: Post-pocessing functions
- contents:
- apply_conditional_format
- apply_formats
- apply_row_masks
- collapse_row_labels
- replace_leading_whitespace
- str_extract_fmt_group
- str_extract_num
- str_indent_wrap
- title: Helper functions
desc: General helper functions
- contents:
- get_numeric_data
- get_stats_data
- get_by
- get_target_var
- treat_var
- get_where.tplyr_layer
- Tplyr
- get_tplyr_regex
- title: Data
desc: Tplyr Built-in Datasets
- contents:
- tplyr_adae
- tplyr_adas
- tplyr_adlb
- tplyr_adsl
- tplyr_adpe
- get_data_labels
articles:
- title: Table Basics
navbar: Table Basics
contents:
- table
- title: Layer Basics
navbar: Layer Basics
contents:
- desc
- count
- shift
- title: Table Customization
navbar: Table Customization
contents:
- general_string_formatting
- desc_layer_formatting
- sort
- denom
- Tplyr
- title: Using Metadata
navbar: Metadata
contents:
- metadata
- custom-metadata
- title: Advanced
navbar: Advanced
contents:
- riskdiff
- options
- layer_templates
- title: Post-processing
navbar: Post-processing
contents:
- post_processing
- styled-table