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 …