forked from davidgohel/flextable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
139 lines (135 loc) · 2.94 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
title: flextable
template:
package: ardown
bootswatch: simplex
home:
links:
- text: 'Visit <a href="https://www.ardata.fr"><img alt="ardata" src="https://www.ardata.fr/img/ardata-logo.svg" width="70"></a> website'
href: https://www.ardata.fr
reference:
- title: Create flextable
contents:
- flextable
- qflextable
- title: Headers and footers
desc: Add or modify flextable`s headers or footers
contents:
- add_header_row
- add_footer_row
- add_header_lines
- add_footer_lines
- add_header
- add_footer
- set_header_labels
- set_header_df
- set_footer_df
- delete_part
- title: Manage flextable layout
contents:
- starts_with("merge_")
- starts_with("height")
- set_table_properties
- width
- hrule
- autofit
- fit_to_width
- dim.flextable
- dim_pretty
- flextable_dim
- as_grouped_data
- xtable_to_flextable
- as_flextable
- title: Format flextable
desc: Modify flextable`s formatting properties.
contents:
- style
- align
- bg
- font
- fontsize
- italic
- bold
- color
- padding
- valign
- rotate
- empty_blanks
- title: borders
desc: Borders management
contents:
- starts_with("hline")
- starts_with("vline")
- starts_with("border")
- fix_border_issues
- title: Flextable themes
desc: Apply theme functions.
contents:
- starts_with("theme_")
- title: Content
desc: Define flextable`s content
contents:
- starts_with("colformat_")
- compose
- starts_with("set_formatter")
- as_paragraph
- as_chunk
- as_image
- minibar
- linerange
- lollipop
- as_b
- as_bracket
- as_i
- as_sub
- as_sup
- hyperlink_text
- set_caption
- footnote
- void
- title: Output functions
contents:
- print.flextable
- knit_print.flextable
- body_add_flextable
- ph_with.flextable
- plot.flextable
- save_as_image
- save_as_html
- save_as_docx
- save_as_pptx
- htmltools_value
- docx_value
- as_raster
- title: as_flextable
desc: get flextable from objects and utilities
contents:
- starts_with("as_flextable")
- continuous_summary
- proc_freq
navbar:
title: flextable
type: default
left:
- text: Overview
href: articles/overview.html
- text: Selectors
href: articles/selectors.html
- text: Layout
href: articles/layout.html
- text: Visual properties
href: articles/format.html
- text: Format Content
href: articles/display.html
- text: More
menu:
- text: As image
href: articles/offcran/images.html
- text: as flextable
href: articles/offcran/as_flextable.html
- text: Examples
href: articles/offcran/examples.html
right:
- text: Function reference
href: reference/index.html
- icon: fa-github fa-lg
href: https://github.com/davidgohel/flextable