mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-21 14:09:08 +02:00
New function to export redcap data with labels
This commit is contained in:
parent
f1e67b52ab
commit
21c2dc0444
6 changed files with 228 additions and 3 deletions
|
|
@ -65,7 +65,8 @@ c(1, 4, 3, "A", 7, 8, 1) |> as_factor()
|
|||
structure(c(1, 2, 3, 2, 10, 9),
|
||||
labels = c(Unknown = 9, Refused = 10)
|
||||
) |>
|
||||
as_factor() |> dput()
|
||||
as_factor() |>
|
||||
dput()
|
||||
|
||||
structure(c(1, 2, 3, 2, 10, 9),
|
||||
labels = c(Unknown = 9, Refused = 10),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue