-
Notifications
You must be signed in to change notification settings - Fork 8
/
_pkgdown.yml
134 lines (124 loc) · 3.1 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
url: https://danchaltiel.github.io/crosstable/
destination: docs
home:
title: An R package Crosstables for descriptive analyses
description: Thoroughly describe all your datasets with useful metrics, using only a few lines of code.
template:
bootstrap: 5
params:
bootswatch: flatly
opengraph:
image:
src: apple-touch-icon-180x180.png
alt: "Crosstable: easy dataset description"
twitter:
creator: "@DanChaltiel"
card: summary
includes:
in_header: |
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F1ZSXB74Z9"#' ></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-F1ZSXB74Z9');
</script>
navbar:
structure:
left: [home, articles, reference, news]
right: [docsearch, twitter, github]
components:
twitter:
icon: "fab fa-twitter fa-lg"
href: http://twitter.com/DanChaltiel
articles:
text: Articles
menu:
- text: Get started
href: articles/crosstable.html
- text: Select columns
href: articles/crosstable-selection.html
- text: Automatic reporting
href: articles/crosstable-report.html
- text: Using `percent_pattern`
href: articles/percent_pattern.html
articles:
- title: Articles
navbar: ~
contents:
- crosstable
- crosstable-selection
- crosstable-report
- percent_pattern
reference:
- title: "Main function"
- contents:
- crosstable
- crosstable_options
- crosstable_peek_options
- crosstable_reset_options
- title: "Datasets"
desc: "Standard datasets, modified to have labels, characters, and factors"
- contents:
- iris2
- mtcars2
- title: "Labelling"
desc: "Handle label attributes (compatible with Hmisc, expss, haven...)"
- contents:
- import_labels
- set_label
- get_label
- remove_labels
- apply_labels
- rename_dataframe_with_labels
- clean_names_with_labels
- title: "Post-processing"
desc: "Modify an already built crosstable"
- contents:
- transpose_crosstable
- pivot_crosstable
- title: "Summary functions"
desc: "Summarise numeric variables"
- contents:
- summaryFunctions
- cross_summary
- na
- "N"
- title: "Visualization"
desc: "Visualize a crosstable in various formats"
- contents:
- as_gt.crosstable
- as_workbook
- as_flextable
- title: "Officer helpers"
desc: "Used in cooperation with the `officer` package"
- contents:
- starts_with("body_")
- docx_bookmarks2
- write_and_open
- generate_autofit_macro
- title: "Utils"
desc: "Practical functions for various purposes"
- contents:
- get_percent_pattern
- format_fixed
- compact
- plim
- confint_numeric
- narm
- is.crosstable
- peek
- title: "Effects and tests"
- subtitle: "Default parameters"
- contents:
- crosstable_effect_args
- crosstable_test_args
- subtitle: "Effects"
- contents:
- display_effect
- starts_with("effect_")
- subtitle: "Tests"
- contents:
- display_test
- starts_with("test_")