new release

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-10-27 10:28:22 +01:00
commit b9008543ee
No known key found for this signature in database
22 changed files with 1297 additions and 192 deletions

View file

@ -75,4 +75,9 @@ mtcars$carb |>
as.factor() |>
cut_var(2) |>
table()
mtcars$carb |>
as.factor() |>
cut_var(20, "bottom") |>
table()
}