The Rdata file format is a binary, R specific, file format used to store arbitrary R objects
I have about 30 lines of code that do just this (getting Z scores): data$z_col1 <- (data$col1 …
r rdataI'm trying to use the R code from this answer to convert a bunch of rdata files to CSV. resave &…
r dataframe rdata