[R] Reloading old R Environments/Workspaces

Spencer Brackett @pbr@ckett20 @end|ng |rom @@|ntjo@ephh@@com
Wed Jul 3 23:59:44 CEST 2019


Good evening,

  I tried loading an R global environment that I had saved so to resume my
work on the datasets I manipulated during that particular R session. After
loading the file directly, the same items that were contained in the
original working environment from the previous session appeared to be
successfully implemented in my new environment. I used the ls() command to
ensure that the data I had loaded through my main console was present and
properly formatted (as it appears to be) in the environment.

This is the result...

> ls()
[1] "anno"
[2] "cnames"
[3] "GBM_protein_expression"
[4] "mapper"
[5] "meth"
[6] "protein_expression.LGG.US.(1).tsv"
[7] "stringAsFactors"
[8] "vec"

  I was expecting an object/file name of some sort to appear given that I
had loaded two datasets in this previous R session, manipulating them in a
manner that resulted in the above output. Does this output illustrate that
the data I worked with in the previous R session, with its cosmetic
alterations and all, are all now loaded within this session? In other
words, has my previous work been restored? I wanted to make sure somehow as
I would like to manipulate the data further.

Best,

Spencer

	[[alternative HTML version deleted]]



More information about the R-help mailing list