forked from davidgohel/flextable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
79 lines (76 loc) · 1.56 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
title: flextable
template:
package: ardatatemplate
bootswatch: simplex
reference:
- title: Create flextable
contents:
- flextable
- regulartable
- xtable_to_flextable
- title: Headers
desc: Add or modify flextable`s headers or footers
contents:
- add_header
- add_footer
- set_header_labels
- set_header_df
- set_footer_df
- delete_part
- title: Manage flextable layout
contents:
- starts_with("merge_")
- height
- width
- autofit
- dim.flextable
- dim_pretty
- title: Format flextable
desc: Modify flextable`s formatting properties.
contents:
- style
- align
- bg
- font
- fontsize
- italic
- bold
- color
- padding
- border
- rotate
- empty_blanks
- title: Flextable themes
desc: Apply theme functions.
contents:
- starts_with("theme_")
- title: Content
desc: Define flextable`s content
contents:
- starts_with("colformat_")
- display
- starts_with("set_formatter")
- void
- title: Output functions
contents:
- print.flextable
- knit_print.flextable
- body_add_flextable
- ph_with_flextable
navbar:
title: flextable
type: default
left:
- text: Overview
href: articles/overview.html
- text: Layout
href: articles/layout.html
- text: Format
href: articles/format.html
- text: Examples
href: articles/examples.html
right:
- text: Function reference
href: reference/index.html
- icon: fa-github fa-lg
href: https://github.com/davidgohel/flextable