This repository has been archived by the owner on Mar 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
/
_pkgdown.yml
105 lines (100 loc) · 2.3 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
title: ReporteRs package
template:
package: ardatatemplate
bootswatch: simplex
reference:
- title: Main functions
desc: Most usefull functions when starting with ReporteRs
contents:
- docx
- pptx
- addTitle
- addParagraph
- addFlexTable
- addPlot
- addImage
- addRScript
- writeDoc
- title: Format functions
desc: Main functions to be used when dealing with text
contents:
- pot
- textProperties
- parProperties
- title: Functions specific to Word
contents:
- addTOC
- addPageBreak
- addSection
- Footnote
- styles
- list_bookmarks
- deleteBookmarkNextContent
- deleteBookmark
- title: Functions specific to PowerPoint
contents:
- addSlide
- addDate
- addFooter
- addPageNumber
- addSubtitle
- slide.layouts
- title: FlexTable creation
contents:
- FlexTable
- vanilla.table
- light.table
- title: FlexTable layout
desc: Main functions to manage FlexTable layout
contents:
- addHeaderRow
- addFooterRow
- spanFlexTableRows
- spanFlexTableColumns
- setFlexTableWidths
- title: FlexTable format
desc: Main functions to format FlexTable content
contents:
- chprop.FlexTable
- setFlexTableBackgroundColors
- setFlexTableBorders
- setZebraStyle
- setRowsColors
- setColumnsColors
- cellProperties
- borderProperties
- title: FlexTable annotations
contents: alterFlexTable
navbar:
title: ~
type: default
left:
- text: Word
menu:
- text: Overview
href: articles/word.html
- text: Replace content
href: articles/bookmarks.html
- text: Powerpoint
href: articles/powerpoint.html
- text: FlexTable
menu:
- text: Overview
href: articles/FlexTable.html
- text: Examples
href: articles/flextable_examples.html
- text: Formatting content
menu:
- text: Formatting properties
href: articles/formatting_properties.html
- text: pot objects
href: articles/pot.html
- text: Editable vector graphics
href: articles/evg.html
- text: FAQ
href: articles/faq.html
right:
- text: Function reference
href: reference/index.html
- icon: fa-github fa-lg
href: https://github.com/davidgohel/ReporteRs