Fork me on GitHub
#data-science
<
2022-01-03
>
Krishan V11:01:45

Hey everyone, has anyone had success reading from Rdata and RDS files and persisting them as a map in a Clojure runtime with R interopt?

daveliepmann12:01:47

A colleague and I played with this a couple years ago, and found success: https://github.com/applied-science/rdata I expect Clojisr provides its own mechanism but I'm not familiar with it.

1
genmeblog23:01:42

clojisr should work well with most datatypes stored in rdata/rds (it's read on R side and then transfered to Clojure as robject)

genmeblog23:01:19

One note about rdata, since it relies on Renjin it doesn't support newest rdata format (afair)