mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-21 05:19:07 +02:00
new release
This commit is contained in:
parent
9d5f6a8b4f
commit
b9008543ee
22 changed files with 1297 additions and 192 deletions
|
|
@ -75,4 +75,9 @@ mtcars$carb |>
|
|||
as.factor() |>
|
||||
cut_var(2) |>
|
||||
table()
|
||||
|
||||
mtcars$carb |>
|
||||
as.factor() |>
|
||||
cut_var(20, "bottom") |>
|
||||
table()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue