mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
quick and working sollution to get variable suffixes in the tables. included in the easy_redcap() when widening
This commit is contained in:
parent
4ac9282c8f
commit
c52fd2947c
7 changed files with 102 additions and 26 deletions
|
|
@ -49,7 +49,9 @@ easy_redcap <- function(project.name, widen.data = TRUE, uri, ...) {
|
|||
)
|
||||
|
||||
if (widen.data) {
|
||||
out <- out |> redcap_wider()
|
||||
out <- out |>
|
||||
redcap_wider() |>
|
||||
suffix2label()
|
||||
}
|
||||
|
||||
out
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue