updated docs

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-19 13:09:10 +01:00
commit 942b3098cc
No known key found for this signature in database
5 changed files with 11 additions and 17 deletions

View file

@ -20,7 +20,7 @@ ds <- structure(c(1, 2, 3, 2, 10, 9),
labels = c(Unknown = 9, Refused = 10),
class = "haven_labelled"
)
labelled::is.labelled(ds)
haven::is.labelled(ds)
attributes(ds)
ds |> haven_all_levels()
}