Skip to content

Commit

Permalink
Update Chapter_04.md
Browse files Browse the repository at this point in the history
.
  • Loading branch information
mariapie authored Sep 12, 2023
1 parent eaff034 commit c94a6e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/chapters/Chapter_04.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ Summary:
- Evaluate native language (R in knitr, Python/Julia in Jupyter)
- HTML slides with revealjs are pandoc-compatible, so RStudio Visual Editor works with them

```{r}
knitr::include_graphics("img/Figure1.png")
```
![Screenshot of my chart](https://github.com/elixir-europe-training/ELIXIR-TrP-LiterateProgrammingR-CodeRep/blob/main/docs/chapters/Figure1.png)

Figure A Quarto document in RStudio that combines code and results.


Expand All @@ -48,7 +47,7 @@ install.packages(c(
))
```

### 4.4.1 Let's Get Started!
## 4.5 Let's Get Started!

# Introduction
Quarto uses a two-step workflow to render documents. First, the .qmd file is sent to knitr (https://yihui.org/knitr/), which executes the code chunks and generates a markdown (.md) document with code and output. Then, pandoc (https://pandoc.org) processes the markdown file to create the final output file. This flexible process allows for a wide range of output formats.
Expand Down

0 comments on commit c94a6e9

Please sign in to comment.