Skip to content
Snippets Groups Projects
Commit 223e5e76 authored by Ben Anderson's avatar Ben Anderson
Browse files

amended set up

parent 13889538
No related branches found
No related tags found
No related merge requests found
...@@ -17,15 +17,6 @@ output: ...@@ -17,15 +17,6 @@ output:
bibliography: ~/bibliography.bib bibliography: ~/bibliography.bib
--- ---
```{r setupKnitr, include=FALSE}
# set default echo to FALSE (code not in output)
knitr::opts_chunk$set(echo = FALSE)
knitr::opts_chunk$set(warning = TRUE)
knitr::opts_chunk$set(message = FALSE)
knitr::opts_chunk$set(fig_caption = TRUE)
knitr::opts_chunk$set(tidy = TRUE)
```
```{r knitrSetUp, include=FALSE} ```{r knitrSetUp, include=FALSE}
knitr::opts_chunk$set(echo = FALSE) # do not echo code knitr::opts_chunk$set(echo = FALSE) # do not echo code
knitr::opts_chunk$set(warning = FALSE) knitr::opts_chunk$set(warning = FALSE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment