-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
reporter-more.Rmd
30 lines (24 loc) · 887 Bytes
/
reporter-more.Rmd
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
---
title: "More Examples"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{More Examples}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
options(rmarkdown.html_vignette.check_title = FALSE)
```
## Report Gallery
The previous examples in the **reporter** documentation were intentionally
simplified to focus on the workings of a particular function. It is helpful,
however, to also view **reporter** functions in the context of a complete
program. There is a gallery of examples included in the
[sassy](https://sassy.r-sassy.org) package that illustrate
how **reporter** functions work together with other **sassy** functions to
create a complete report. You can find the report gallery
[here](https://sassy.r-sassy.org/articles/sassy.html).