Skip to content
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

Open
rdboyes opened this issue Apr 26, 2024 · 6 comments
Open

Wrap RData.jl for reading rds files #10

rdboyes opened this issue Apr 26, 2024 · 6 comments

Comments

@rdboyes
Copy link
Member

rdboyes commented Apr 26, 2024

Should this package read rds files? I can add this if we decide this is the right place for it

@drizk1
Copy link
Member

drizk1 commented May 1, 2024

Two thumbs up seems like consensus. Let me know if there's anything I can do to help.

@kdpsingh
Copy link
Member

kdpsingh commented May 1, 2024

I love this idea - I second that. read_rds and write_rds.

I'm not sure what to do with .rdata files (which contains the object names inside the file). Take a look and see if it's worth chasing after.

@drizk1
Copy link
Member

drizk1 commented Aug 24, 2024

I went ahead an threw in a read_rdata on the most recent version since it was just wrapping 1 line of code. it doesnt seem rdata.jl has write ability tho

@frankiethull
Copy link

A lot of R packages store .rda file types within the package under /data. these are .rda types.

read_rdata() still works but requires using CodecBzip2. I am able to do this just fine but wanted to jot the note here.

.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' read_rdata for the first time!

@drizk1
Copy link
Member

drizk1 commented Sep 13, 2024

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

@frankiethull
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants