Commit 4098294f authored by Raniere Silva's avatar Raniere Silva
Browse files

Update RMarkdown file

Include

    source: Rmd

in the YAML header.
parent 0a321c76
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
---
source: Rmd
title: "Using RMarkdown"
teaching: 10
exercises: 2
@@ -77,8 +78,7 @@ ggplot(diamonds, aes(x = carat, y = price, color = cut)) +
~~~
{: .r}

<img src="../fig/rmd-plot-example-1.png" title="plot of chunk plot-example"
     alt="plot of chunk plot-example" style="display: block; margin: auto;" />
<img src="../fig/rmd-plot-example-1.png" title="plot of chunk plot-example" alt="plot of chunk plot-example" style="display: block; margin: auto;" />

For the challenges and their solutions, you need to pay attention to where the
`>` go and where to leave blank lines. You can include code chunks in both the
+1 −0
Original line number Diff line number Diff line
---
source: Rmd
title: "Using RMarkdown"
teaching: 10
exercises: 2