You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow the user to specify the exact col_types that are passed to readr::read_csv() inside redcap_read_oneshot().
Then readr won't have to guess what the data types should be. It (justifiably) guesses conservatively, so variables like record_id are floating-point numbers, instead of integers.
This builds on #194, #245, & #257.
Allow the user to specify the exact
col_types
that are passed toreadr::read_csv()
insideredcap_read_oneshot()
.Then readr won't have to guess what the data types should be. It (justifiably) guesses conservatively, so variables like
record_id
are floating-point numbers, instead of integers.Thanks to @isaactpetersen and others for these discussions.
The text was updated successfully, but these errors were encountered: