digital-wellbeing / platform-study-rr

0 stars 0 forks source link

read_csv - readRDS discrepancies #14

Closed andreifoldes closed 1 month ago

andreifoldes commented 1 month ago

The default read_csv is struggling with some columns/measures. A temporary solution is exporting/ingesting in RDS format, but would be important to fine-tune the reader at some point.

nballou commented 1 month ago

fixed, although it does require the use of data.table::fread for one commit only which is aesthetically displeasing