Update numbers.qmd

This commit is contained in:
Mine Cetinkaya-Rundel 2023-04-12 18:18:36 -04:00 committed by GitHub
parent 1f6ddc6c02
commit dfaef41c90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ x <- 1:10
cumsum(x) cumsum(x)
``` ```
If you need more complex rolling or sliding aggregates, try the [slider](https://slider.r-lib.org/) package by Davis Vaughan. If you need more complex rolling or sliding aggregates, try the [slider](https://slider.r-lib.org/) package.
### Exercises ### Exercises