restructuring

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-26 14:46:22 +01:00
commit 4ad21c7f57
No known key found for this signature in database
19 changed files with 432 additions and 80 deletions

View file

@ -41,7 +41,7 @@ structure(c(1, 2, 3, 2, 10, 9),
# as_factor() |>
# fct2num()
v <- sample(6:19,20,TRUE) |> factor()
v <- sample(6:19, 20, TRUE) |> factor()
dput(v)
named_levels(v)
fct2num(v)