forked from hughjonesd/huxtable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
148 lines (146 loc) · 3.59 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
140
141
142
143
144
145
146
147
148
navbar:
title: "huxtable"
type: inverse
left:
- text: "Home"
icon: fa-home
href: index.html
- text: Articles
menu:
- text: Introduction to Huxtable
href: huxtable.html
- text: Design Principles, Comparisons and Limitations
href: design-principles.html
- text: Regression Tables with huxreg
href: huxreg.html
- text: Huxtable Themes
href: themes.html
- text: "Reference"
href: reference/index.html
- text: "News"
href: news/index.html
reference:
- title: "Package information"
desc: Basic information about the package
contents:
- huxtable-package
- huxtable-options
- huxtable-FAQ
- title: "Creating and manipulating huxtables"
desc: >
Functions to create, subset and work with huxtables
contents:
- "[.huxtable"
- add_colnames
- add_footnote
- add_rownames
- cbind.huxtable
- huxtable
- as_huxtable
- insert_column
- merge_cells
- merge_repeated_rows
- set_contents
- add_rows
- mutate
- t.huxtable
- title: "Size and position"
desc: Size and position properties of huxtables
contents:
- col_width
- height
- position
- row_height
- width
- title: "Table-level properties"
desc: Other table-level properties of huxtables
contents:
- caption
- caption_pos
- label
- latex_float
- tabular_environment
- title: "Text properties"
desc: Functions to change the properties of text in table cells
contents:
- bold
- font
- font_size
- italic
- number_format
- na_string
- pad_decimal
- text_color
- title: "Borders and padding"
desc: Functions to alter borders, border colors and cell padding
contents:
- starts_with("left_")
- starts_with("right_")
- starts_with("bottom_")
- starts_with("top_")
- starts_with("set_all")
- starts_with("set_outer")
- title: "Cell properties"
desc: Other cell-level properties
contents:
- align
- background_color
- colspan
- escape_contents
- rotation
- rowspan
- valign
- wrap
- title: "Property manipulation"
desc: Generic ways to manipulate huxtable properties
contents:
- get_default_properties
- set_cell_properties
- set_default_properties
- title: "Mapping functions"
desc: Set cell properties depending on cell contents
contents:
- starts_with("by_")
- mapping-functions
- title: "Output"
desc: >
Functions to output huxtables to LaTeX, HTML, Word, Excel, markdown or on-screen
contents:
- as_FlexTable
- as_Workbook
- guess_knitr_output_format
- starts_with("print_")
- print.huxtable
- knit_print.huxtable
- knit_print.data.frame
- report_latex_dependencies
- rtf_fc_tables
- starts_with("to_")
- starts_with("quick")
- title: "Themes"
desc: Quick ways to theme a huxtable
contents:
- starts_with("theme_")
- title: "Row specs"
desc: Ways to specify rows and columns in `set_` functions
contents:
- evens
- every
- everywhere
- final
- odds
- rowspecs
- where
- title: "Miscellaneous"
desc: Other functions
contents:
- hux_logo
- jams
- huxreg
- tidy_override
- is_a_number
- sanitize
tutorials:
- name: 00-reporting-data
title: Reporting data with huxtable
url: https://hughjonesd.github.io/reporting-data-with-huxtable-4.3.0.html