diff --git a/modules/Data_Output/Data_Output.Rmd b/modules/Data_Output/Data_Output.Rmd index e09dd0583..2fce535e1 100644 --- a/modules/Data_Output/Data_Output.Rmd +++ b/modules/Data_Output/Data_Output.Rmd @@ -1,5 +1,9 @@ -```{r, echo = FALSE, message = FALSE, error = FALSE} -knitr::opts_chunk$set(comment = "") +```{r knit-setup, include=FALSE} +knitr::opts_chunk$set( + echo = TRUE, + message = FALSE, + warning = FALSE, + comment = "") library(tidyverse) ```