From c575f285a450e0131e5b64cd358870fdf02762d6 Mon Sep 17 00:00:00 2001 From: emoryn Date: Wed, 26 Jul 2023 09:37:17 -0400 Subject: [PATCH] Update 01-rstudio-intro.Rmd Completing instructor training checkout for emory neer --- episodes/01-rstudio-intro.Rmd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/episodes/01-rstudio-intro.Rmd b/episodes/01-rstudio-intro.Rmd index 9c8813b5d..8f5f619ab 100644 --- a/episodes/01-rstudio-intro.Rmd +++ b/episodes/01-rstudio-intro.Rmd @@ -154,8 +154,7 @@ the first element of the line being printed in the console. For more information on indexing vectors, see [Episode 6: Subsetting Data](https://swcarpentry.github.io/r-novice-gapminder/06-data-subsetting/index.html). If you type in an incomplete command, R will wait for you to -complete it. If you are familiar with Unix Shell's bash, you may recognize this -behavior from bash. +complete it. If you are familiar with Unix Shell's bash, you may recognize this behavior from bash. ```r > 1 + @@ -449,7 +448,7 @@ min-length One final thing to be aware of is that R is *vectorized*, meaning that variables and functions can have vectors as values. In contrast to physics and mathematics, a vector in R describes a set of values in a certain order of the -same data type. For example +same data type. For example: ```{r} 1:5