mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
name change and export function
This commit is contained in:
parent
881c239954
commit
4643e7a806
5 changed files with 13 additions and 15 deletions
|
|
@ -52,7 +52,7 @@ redcap_wider <-
|
|||
event.glue = "{.value}_{redcap_event_name}",
|
||||
inst.glue = "{.value}_{redcap_repeat_instance}") {
|
||||
|
||||
if (!is.repeated_longitudinal(data)) {
|
||||
if (!is_repeated_longitudinal(data)) {
|
||||
if (is.list(data)) {
|
||||
if (length(data) == 1) {
|
||||
out <- data[[1]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue