Skip to content

accept col_types parameter #258

Closed
Closed
@wibeasley

Description

This builds on #194, #245, & #257.

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.

Thanks to @isaactpetersen and others for these discussions.

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions