-
Notifications
You must be signed in to change notification settings - Fork 1
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
Wrap RData.jl for reading rds
files
#10
Comments
Two thumbs up seems like consensus. Let me know if there's anything I can do to help. |
I love this idea - I second that. I'm not sure what to do with |
I went ahead an threw in a |
A lot of R packages store .rda file types within the package under /data. these are .rda types. read_rdata() still works but requires .rda support would require this dependency and the extension added to the agnostic function. I am working through a Tidier example vignette using the referenced R package & it's R data, for R users. Been playing around with TidierFiles' |
Would you mind sharing a link to the file(if it's public)? I can play around with it and we should be able to add support for it or at the very least add documentation around it |
For sure! here's the data I am using to test & write the Julia/Tidier EDA examples: https://github.com/frankiethull/NPSpecies/raw/main/data/species.rda In this package/repo: https://github.com/frankiethull/NPSpecies |
Should this package read
rds
files? I can add this if we decide this is the right place for itThe text was updated successfully, but these errors were encountered: