Skip to content

Commit

Permalink
make it friendly for record_collapsed
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed Jul 22, 2022
1 parent 0cf513d commit 0911e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/redcap-read.R
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ redcap_read <- function(
)
message(
"\nReading batch ", i, " of ", nrow(ds_glossary), ", with subjects ",
paste(selected_ids, collapse = ';'),
paste(selected_ids, collapse = ','),
"\n(ie, ", length(selected_ids), " unique subject records)."
)
}
Expand Down

0 comments on commit 0911e3b

Please sign in to comment.