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}
|
```{r}
|
||||||
df <- tibble(x)
|
df <- tibble(x)
|
||||||
df |>
|
df |>
|
||||||
mutate(y = x * 2)
|
mutate(y = x * 2)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Comparisons
|
## Comparisons
|
||||||
|
|||||||
Reference in New Issue
Block a user