Top "Rdata" questions

The Rdata file format is a binary, R specific, file format used to store arbitrary R objects

rdata: Some method to iterate through column names of a data frame?

I have about 30 lines of code that do just this (getting Z scores): data$z_col1 <- (data$col1 …

r rdata
Converting Rdata files to CSV - Error in data.frame arguments imply differing number of rows

I'm trying to use the R code from this answer to convert a bunch of rdata files to CSV. resave &…

r dataframe rdata