Remove link to deleted section
This commit is contained in:
parent
c9e1dad604
commit
c7c2398d58
|
@ -488,7 +488,6 @@ lead(x)
|
|||
```
|
||||
|
||||
- `x == lag(x)` tells you when the current value changes.
|
||||
This is often useful combined with the grouping trick described in @sec-groups-from-logical.
|
||||
|
||||
```{r}
|
||||
x == lag(x)
|
||||
|
|
Loading…
Reference in New Issue