-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data_read()
preserves class for rds files
#558
Conversation
@etiennebacher Previously, we had the option There are two options:
I think option 2) (in this PR) is safer. We now make sure rds-files (and other unknown formats) are returned as they are, but we no longer can automatically convert labelled numeric vectors into factors using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, I don't have a strong opinion on which option to follow but you use this more than me so what you have looks good to me.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #558 +/- ##
=======================================
Coverage 91.29% 91.29%
=======================================
Files 76 76
Lines 5983 5983
=======================================
Hits 5462 5462
Misses 521 521 ☔ View full report in Codecov by Sentry. |
Need to add tests.
Behaviour of older datawizard versions (see column
agecat
):new behaviour
Created on 2024-10-19 with reprex v2.1.1