Does object saved as .Rdata always return a "hidden" object name, here "result" when the user may want to rename it? This makes a copy of a huge list in memory if renamed "truth" for example.
Object saved as .rds can be named anything on reading in, only one copy?
https://csgillespie.github.io/efficientR/input-output.html#binary-file-formats
Does object saved as .Rdata always return a "hidden" object name, here "result" when the user may want to rename it? This makes a copy of a huge list in memory if renamed "truth" for example.
Object saved as .rds can be named anything on reading in, only one copy?
https://csgillespie.github.io/efficientR/input-output.html#binary-file-formats