-
Notifications
You must be signed in to change notification settings - Fork 37
/
_pkgdown.yml
85 lines (77 loc) · 1.66 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
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="pillar.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
url: https://pillar.r-lib.org/
reference:
- title: Formatting tables
desc: >
Override or extend these methods if you want to customize the appearance
of your tibble-like object.
contents:
- tbl_format_setup
- tbl_format_header
- tbl_format_body
- tbl_format_footer
- ctl_new_pillar
- ctl_new_pillar_list
- tbl_sum
- tbl_nrow
- glimpse
- format_glimpse
- title: Formatting pillars
desc: >
Functions and methods to implement pillar support for your data type.
contents:
- pillar
- new_pillar
- new_pillar_component
- pillar_shaft
- starts_with("new_pillar_shaft")
- type_sum
- format_type_sum
- title: Styling
desc: >
For consistent output.
contents:
- starts_with("style_")
- align
- get_extent
- new_ornament
- new_pillar_title
- new_pillar_type
- dim_desc
- title: Miscellaneous
contents:
- pillar_options
- pillar-package
articles:
- title: Articles
navbar: ~
contents:
- extending
- printing
- debugme
- title: Moved elsewhere
contents:
- digits
- numbers
navbar:
structure:
left:
- options
- reference
- articles
- tutorials
- news
components:
options:
text: Options
href: "reference/pillar_options.html"
development:
mode: auto
authors:
Kirill Müller:
href: https://krlmlr.info