Skip to content

Commit

Permalink
Update slides.Rmd fixing render syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
NatyaHans authored Nov 14, 2023
1 parent 8d0d824 commit 9b56754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/slides.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ tinytex::install_tinytex()
- Use the `New R Markdown` file option in RStudio, or create a plaintext file.
2. Run the R code
```{r, eval = FALSE}
rmarkdown::render({document.Rmd})
rmarkdown::render("document.Rmd")
```
.center[**OR**]
Use the `Knit` button in RStudio.
Expand Down

0 comments on commit 9b56754

Please sign in to comment.