Skip to content
Prev 378663 / 398502 Next

Save creates huge files, dump doesn't

object at transforms@transforms$PC1.all at f
function(x) x
<environment: 0x3314db8>
Do you know how to 'see' what's in 0x3314db8 ?

ls.str(all=TRUE, environment(object at transforms@transforms$PC1.all at f)

will list the names, types, summaries, etc. of the objects in that
environment.

Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Wed, Feb 20, 2019 at 12:20 AM Lars Velten <lars.velten at embl.de> wrote:
transformMap from package flowCore
flowCore's developer, this behavior cannot be intended - especially here
where f literally is just identity :-)
environments associated with functions that are saved and those
environments may contain large datasets that are not really needed.
wrote:
size problem. You may need to experiment with which variables need to be in
the save file in order to trigger the behavior. Your example might have to
involve sending us a link to a large file, but that size may dissuade busy
experts from tackling it so paring it down by experimentation could be in
your best interest.
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.
wrote:
http://www.R-project.org/posting-guide.html