Skip to content

Commit

Permalink
more debugging info
Browse files Browse the repository at this point in the history
ref #400
  • Loading branch information
wibeasley committed Jul 22, 2022
1 parent 374cd0f commit 0cf513d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/redcap-read.R
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,11 @@ redcap_read <- function(
min(selected_ids), " through ", max(selected_ids),
" (ie, ", length(selected_ids), " unique subject records)."
)
message(
"\nReading batch ", i, " of ", nrow(ds_glossary), ", with subjects ",
paste(selected_ids, collapse = ';'),
"\n(ie, ", length(selected_ids), " unique subject records)."
)
}
read_result <- REDCapR::redcap_read_oneshot(
redcap_uri = redcap_uri,
Expand Down

0 comments on commit 0cf513d

Please sign in to comment.