-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
89 lines (84 loc) · 1.71 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
url: https://reporter.r-sassy.org
articles:
- title: Examples
navbar: ~
contents:
- reporter-listing
- reporter-table
- reporter-stub
- reporter-text
- reporter-spanning
- reporter-wrap
- reporter-pageby
- reporter-title_header
- reporter-rtf
- reporter-fonts
- reporter-figure
- reporter-styles
- reporter-super
- reporter-break
- reporter-more
- reporter-faq
reference:
- title: Report Functions
desc: Functions to define and decorate a report.
contents:
- create_report
- page_header
- page_footer
- add_content
- options_fixed
- set_margins
- write_report
- print.report_spec
- title: Table Functions
desc: Functions to define and lay out a table.
contents:
- create_table
- column_defaults
- spanning_header
- stub
- define
- print.table_spec
- title: Plot and Text Functions
desc: Functions to define plots and text content.
contents:
- create_plot
- print.plot_spec
- create_text
- print.text_spec
- title: Title and Footnote Functions
desc: Functions to create titles and footnotes.
contents:
- titles
- footnotes
- title_header
- page_by
- title: Styling Functions
desc: Functions to create styles and apply/view themes.
contents:
- create_style
- add_style
- get_theme
- print.style_spec
- cell_style
- title: Other Functions
desc: Here are some other functions included in the reporter package.
contents:
- write_registration_file
- lowcase_parens
- upcase_parens
- lowcase_n
- upcase_n
- ttl
- ftn
- span
navbar:
type: inverse
structure:
right: [home, intro, articles, reference, faq, news, github]
left: []
components:
faq:
text: FAQ
href: ./articles/reporter-faq.html