forked from DanChaltiel/crosstable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
105 lines (95 loc) · 2.21 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
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
ganalytics: UA-171705639-1
opengraph:
image:
src: apple-touch-icon-180x180.png
alt: "Crosstable: easy dataset description"
twitter:
creator: "@DanChaltiel"
card: summary
navbar:
structure:
left: [home, intro, articles, reference, news]
right: [docsearch, twitter, github]
components:
twitter:
icon: "fab fa-twitter fa-lg"
href: http://twitter.com/DanChaltiel
articles:
- title: Articles
navbar: ~
contents:
- crosstable
- crosstable-selection
- crosstable-report
- crosstable-install
reference:
- title: "Main function"
- contents:
- crosstable
- crosstable_options
- crosstable_peek_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
- 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:
- format_fixed
- compact
- plim
- confint_numeric
- 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_")