Skip to content

Commit

Permalink
Small improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicChr committed Jul 28, 2024
1 parent 3526acb commit 31d0c72
Show file tree
Hide file tree
Showing 3 changed files with 309 additions and 201 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ sset(x)
## Vector and data frame lags with `lag_()`

```{r}
set.seed(37)
lag_(1:10, 3) # Lag(3)
lag_(1:10, -3) # Lead(3)
Expand Down
Loading

0 comments on commit 31d0c72

Please sign in to comment.