Don't show code when including graphics

This commit is contained in:
hadley 2015-12-16 17:23:36 -06:00
parent 7e70308dd5
commit fc142e6c5f
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ To run the code in this book, you will need to install both R and the RStudio ID
RStudio is an integated development environment, or IDE, for R programming. There are three key regions:
```{r}
```{r, echo = FALSE}
knitr::include_graphics("screenshots/rstudio-layout.png")
```
@ -129,7 +129,7 @@ If you want to see a list of all keyboard shortcuts, use the meta keyboard short
We strongly recommend making two changes to the default RStudio options:
```{r}
```{r, echo = FALSE}
knitr::include_graphics("screenshots/rstudio-workspace.png")
```