Skip to content

Commit

Permalink
Merge pull request #686 from jhudsl/fix_data_output_W25
Browse files Browse the repository at this point in the history
fix knitr settings to render
  • Loading branch information
clifmckee authored Jan 17, 2025
2 parents 74e440e + 23b639d commit ac818d2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions modules/Data_Output/Data_Output.Rmd
Original file line number Diff line number Diff line change
@@ -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)
```

Expand Down

0 comments on commit ac818d2

Please sign in to comment.