Skip to content

Commit

Permalink
Merge pull request #869 from emoryn/patch-1
Browse files Browse the repository at this point in the history
Update 01-rstudio-intro.Rmd
  • Loading branch information
matthieu-bruneaux authored Nov 18, 2023
2 parents 5e8d4bf + c575f28 commit fa09269
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions episodes/01-rstudio-intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,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 +
Expand Down Expand Up @@ -450,7 +449,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
Expand Down

0 comments on commit fa09269

Please sign in to comment.