13.1.1 remove extra space (#1554)
This commit is contained in:
parent
43ebb36c5d
commit
187edbd55e
|
@ -43,7 +43,7 @@ Just remember that any manipulation we do to a free-floating vector, you can do
|
|||
```{r}
|
||||
df <- tibble(x)
|
||||
df |>
|
||||
mutate(y = x * 2)
|
||||
mutate(y = x * 2)
|
||||
```
|
||||
|
||||
## Comparisons
|
||||
|
|
Loading…
Reference in New Issue