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