From 4678d52ba79f19395a3caae1277721e38a97cea4 Mon Sep 17 00:00:00 2001 From: Clementine Cottineau Date: Fri, 12 Jan 2024 14:28:04 +0100 Subject: [PATCH] Update 01-intro-to-r.Rmd --- episodes/01-intro-to-r.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/01-intro-to-r.Rmd b/episodes/01-intro-to-r.Rmd index e7e85201..73e2aa60 100644 --- a/episodes/01-intro-to-r.Rmd +++ b/episodes/01-intro-to-r.Rmd @@ -319,7 +319,7 @@ You can use R as calculator, you can for example write: ## Variables and assignment -However, what's more useful is the that in R we can store values and +However, what's more useful is that in R we can store values and use them whenever we need to. We using the assignment operator `<-`, like this: