forked from co-analysis/a11ytables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
41 lines (37 loc) · 1.01 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
url: https://co-analysis.github.io/a11ytables/
template:
bootstrap: 5
bslib:
bg: "#ffffff"
fg: "#4d4e53"
primary: "#005abb"
code_font: {google: "Fira Code"}
navbar:
bg: primary
footer:
structure:
left: legal
right: built_with
components:
legal: © Crown Copyright, 2023, Cabinet Office
reference:
- title: "a11ytables"
desc: "Create, coerce and inspect a11ytable-class objects"
contents:
- as_a11ytable
- create_a11ytable
- is_a11ytable
- summary.a11ytable
- tbl_sum.a11ytable
- title: "Workbooks"
desc: "Convert a11ytable- to Workbook-class objects"
contents: generate_workbook
- title: "Data"
desc: "Demo datasets used in package examples"
contents: starts_with("demo_")
- title: "RStudio Addins"
desc: "RStudio Addin functions for inserting workflow skeletons"
contents: starts_with("at_")
- title: Superseded
desc: "Demo datasets superseded in version 0.3 of the package"
contents: starts_with("mtcars_df")