From fc91ed7cd89603e3ca447d8f00229c0e1221074d Mon Sep 17 00:00:00 2001 From: Divider85 <120429609+Divider85@users.noreply.github.com> Date: Thu, 5 Jan 2023 02:41:55 +0300 Subject: [PATCH] Update data-transform.qmd (#1214) Fix wrong wording --- data-transform.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-transform.qmd b/data-transform.qmd index 7d383de..5f51b82 100644 --- a/data-transform.qmd +++ b/data-transform.qmd @@ -277,7 +277,7 @@ flights |> ``` The `.` is a sign that `.before` is an argument to the function, not the name of a new variable. -You can also use `.after` to add after a variable, and in both `.before` and `.after` you can the name of a variable name instead of a position. +You can also use `.after` to add after a variable, and in both `.before` and `.after` you can use the variable name instead of a position. For example, we could add the new variables after `day:` ```{r}