Skip to content

loosen restrictions on data types in redcap_log_read() #525

Closed
@wibeasley

Description

when readr::read_csv() makes guesses about data types, the sparse record column is sometimes guessed to be a boolean. But strings can appear later down in the vector. Then readr will raise a warning.

I'll let everything be a character, except for timestamp (datetime). I'll use readr::cols()'s .default parameter so it accommodates new columns REDCap may add in the future.

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