parent
69b2a265a8
commit
fc91ed7cd8
|
@ -277,7 +277,7 @@ flights |>
|
||||||
```
|
```
|
||||||
|
|
||||||
The `.` is a sign that `.before` is an argument to the function, not the name of a new variable.
|
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:`
|
For example, we could add the new variables after `day:`
|
||||||
|
|
||||||
```{r}
|
```{r}
|
||||||
|
|
Loading…
Reference in New Issue