From f084940a373a03f2691e9bdfb4152f10b0b449d1 Mon Sep 17 00:00:00 2001 From: Cedric Batailler Date: Mon, 7 Nov 2022 15:23:01 +0100 Subject: [PATCH] Fix a tiny typo (#1121) --- base-R.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-R.qmd b/base-R.qmd index c4a93b3..63ccee2 100644 --- a/base-R.qmd +++ b/base-R.qmd @@ -41,7 +41,7 @@ We'll then help you cement that knowledge by showing how various dplyr verbs are There are five main types of things that you can subset a vector with, i.e. that can be the `i` in `x[i]`: -1. **An vector of positive integers**. +1. **A vector of positive integers**. Subsetting with positive integers keeps the elements at those positions: ```{r}