From fc142e6c5fbde2571c0083ac8c04e6db64089978 Mon Sep 17 00:00:00 2001 From: hadley Date: Wed, 16 Dec 2015 17:23:36 -0600 Subject: [PATCH] Don't show code when including graphics --- intro.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intro.Rmd b/intro.Rmd index 1a268cd..8a403f0 100644 --- a/intro.Rmd +++ b/intro.Rmd @@ -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") ```