Update data-transform.qmd (#1214)

Fix wrong wording
This commit is contained in:
Divider85 2023-01-05 02:41:55 +03:00 committed by GitHub
parent 69b2a265a8
commit fc91ed7cd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}