Skip to content

Commit 0cf513d

Browse files
committed
more debugging info
ref #400
1 parent 374cd0f commit 0cf513d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

R/redcap-read.R

+5
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,11 @@ redcap_read <- function(
325325
min(selected_ids), " through ", max(selected_ids),
326326
" (ie, ", length(selected_ids), " unique subject records)."
327327
)
328+
message(
329+
"\nReading batch ", i, " of ", nrow(ds_glossary), ", with subjects ",
330+
paste(selected_ids, collapse = ';'),
331+
"\n(ie, ", length(selected_ids), " unique subject records)."
332+
)
328333
}
329334
read_result <- REDCapR::redcap_read_oneshot(
330335
redcap_uri = redcap_uri,

0 commit comments

Comments
 (0)