Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenyaKosovan committed Mar 24, 2024
1 parent 7d995bf commit fa2871f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/pdf.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ date: "01/10/2020"
output: pdf_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

## R Markdown
Expand All @@ -23,8 +23,9 @@ summary(cars)

You can also embed plots, for example:

```{r pressure, echo=FALSE}
```{r pressure, echo=FALSE}
plot(pressure)
```

Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot.
Expand Down

0 comments on commit fa2871f

Please sign in to comment.