forked from davidgohel/flextable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
118 lines (114 loc) · 2.52 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
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")
- width
- autofit
- 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
- 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
- format.flextable
- htmltools_value
- as_raster
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: Format visual properties
href: articles/format.html
- text: Format Content
href: articles/display.html
- text: Render as image
href: articles/offcran/images.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