mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
updated docs
This commit is contained in:
parent
f5965a2748
commit
942b3098cc
5 changed files with 11 additions and 17 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue