13.1.1 remove extra space (#1554)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user