Re: [R] Save creates huge files, dump doesn't

2019-02-20 Thread Lars Velten
ior that can lead to larger files than the > original in-memory data, but offhand I am unaware of any explanation for > those files then using less space when re-loaded into memory than they occupy > on disk. > > On February 18, 2019 11:51:11 AM PST, Lars Velten <mailto:lars.

[R] Save creates huge files, dump doesn't

2019-02-19 Thread Lars Velten
Dear list, I noticed an extremely odd behavior... I have a rather complex shiny app which allows the user to store his/her state which internally obviously triggers as call to save as follows save(list=c("plots","gates","populations","cg", "genelists","colorscores", "proj", "actds"),file=fname)