blob: ebac3cb39f5a3eb444bc33cc036b86af5bba3ed1 (
plain)
1
2
3
4
5
6
7
8
|
<!-- Include the references subsection only in the HTML version -->
```{r echo=FALSE, results='asis'}
if (knitr::is_html_output()) {
cat("## References")
cat("\n")
cat("\n")
}
```
|