I’d like to use write.table except that I want the “output” to be a variable in-memory and not a file on disk. Basically I’m trying to get the string representation of a data.frame (with column aligned, no column headers).
I’d like to use write.table except that I want the output to be a
Share
I think this works. any critiques? I’m still ramping up on R.
test