-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
78 lines (77 loc) · 1.9 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
url: https://a2-ai.github.io/reportifyr/
template:
bootstrap: 5
bslib:
bg: '#FFFFFF'
fg: '#63666A'
primary: '#1E63AF'
navbar:
title: reportifyr
bg: primary
structure:
left:
- intro
- reference
- articles
right:
- search
- github
- lightswitch
components:
reference:
text: Reference
href: reference/index.html
articles:
text: Articles
menu:
- text: Initializing reportifyr
href: articles/initializing_reportifyr.html
- text: Integrating reportifyr into analyses
href: articles/Integrating_reportifyr_into_analyses.html
- text: Integrating reportifyr into report writing
href: articles/Integrating_reportifyr_into_report_writing.html
- text: Simplfied workflow for report generation
href: articles/streamlined_reportifyr_workflow.html
- text: Updating a reportifyr report
href: articles/update_report.html
- text: Elective footnotes
href: articles/elective_footnotes.html
github:
icon: fa-github fa-lg
href: https://github.com/a2-ai/reportifyr
reference:
- title: Set-up Functions
contents:
- initialize_report_project
- initialize_python
- title: Analysis Output Saving Functions
contents:
- ggsave_with_metadata
- save_rds_with_metadata
- write_csv_with_metadata
- format_flextable
- title: Metadata Interaction Functions
contents:
- write_object_metadata
- update_object_footnotes
- preview_metadata_files
- preview_metadata
- get_meta_type
- get_meta_abbrevs
- title: Document Interaction Functions
contents:
- add_tables
- add_footnotes
- add_plots
- remove_tables_figures_footnotes
- title: Report building functions
contents:
- build_report
- finalize_document
- title: Utility functions
contents:
- make_doc_dirs
- validate_object
- toggle_logger
- title: Reportifyr Summary
contents: reportifyr