-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c083669
commit 1bc4c92
Showing
1 changed file
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,34 @@ | ||
url: https://opensource.nibr.com/rdocx/ | ||
template: | ||
bootstrap: 5 | ||
bootswatch: minty | ||
light-switch: true | ||
theme: gruvbox-light | ||
theme-dark: gruvbox-dark | ||
|
||
development: | ||
mode: auto | ||
|
||
reference: | ||
- title: Generic Report | ||
|
||
desc: > | ||
The Generic Report Rmd template allows the user to create a report in RMarkdown and render it directly from R into a Word document following the style of the Generic Report Word template that is used as a reference document by the Generic Report Rmd template. | ||
contents: | ||
- ActivityTable | ||
- ChangelogTable | ||
- ChangelogTableRow | ||
- SignaturesTable | ||
- SignaturesTableRow | ||
- TitlePage | ||
- rmd_render() | ||
|
||
- title: Automated Reporting | ||
|
||
desc: > | ||
Allows the user to automatically update all or selected tables/figures in a Word document. | ||
contents: | ||
- ReplaceOutputs | ||
|
||
|