From 191202b5be78f756f00ef1f04b72bea569f49bb5 Mon Sep 17 00:00:00 2001 From: S'busiso Mkhondwane Date: Thu, 28 Jul 2016 16:12:42 +0200 Subject: [PATCH] Update intro.Rmd (#201) --- intro.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro.Rmd b/intro.Rmd index abe9a72..d59f072 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 -RStudio is an integrated development environment, or IDE, for R programming. There are three key regions in interface: +RStudio is an integrated development environment, or IDE, for R programming. There are three key regions in the interface: ```{r echo = FALSE, out.width = "75%"} knitr::include_graphics("diagrams/intro-rstudio.png")