Re: [R] Reloading old R Environments/Workspaces

2019-07-04 Thread Spencer Brackett
Partly because the procedure itself is incomplete, but yes I see the illogic nature of my position. On Thu, Jul 4, 2019 at 4:22 PM Jeff Newmiller wrote: > If you can't reproduce them, how do you know they are correct? > > On July 4, 2019 11:34:53 AM PDT, Spencer Brackett < > spbracket...@saintj

Re: [R] Reloading old R Environments/Workspaces

2019-07-04 Thread Jeff Newmiller
If you can't reproduce them, how do you know they are correct? On July 4, 2019 11:34:53 AM PDT, Spencer Brackett wrote: >Thank you for the clarification. So should I not rely on importing a >saved >environment from now on? I am currently experiencing some difficulties >with >reproducing the outp

Re: [R] Reloading old R Environments/Workspaces

2019-07-04 Thread Spencer Brackett
Thank you for the clarification. So should I not rely on importing a saved environment from now on? I am currently experiencing some difficulties with reproducing the output (aka the objects listed in my environment), which is why I was trying to load them all at once. Best, Spencer On Thu, Jul

Re: [R] Reloading old R Environments/Workspaces

2019-07-04 Thread Duncan Murdoch
On 04/07/2019 12:32 p.m., Spencer Brackett wrote: Hello again, I might be repeating myself here, so my apologies, but do I have to run a script file from my R Studio to reimplement my previous work for a given project so to start up where I left off or is opening up R and, with my glo

Re: [R] Reloading old R Environments/Workspaces

2019-07-04 Thread Spencer Brackett
Hello again, I might be repeating myself here, so my apologies, but do I have to run a script file from my R Studio to reimplement my previous work for a given project so to start up where I left off or is opening up R and, with my global environment automatically reloading as it was whe

Re: [R] Reloading old R Environments/Workspaces

2019-07-03 Thread Spencer Brackett
Very interesting I will have to take a look. Thank you very much for the reference to these resources! They will be of great help to me. Many thanks, Spencer On Wed, Jul 3, 2019 at 8:41 PM Jeff Newmiller wrote: > An R file is nothing more than a text file with an R extension instead of > a

Re: [R] Reloading old R Environments/Workspaces

2019-07-03 Thread Jeff Newmiller
An R file is nothing more than a text file with an R extension instead of a TXT extension. Use any text editor you like to rearrange your commands in the order you want and remove false starts (beware of Notepad... it seems to have a tendency to tack on a .txt extension in addition to the .R ext

Re: [R] Reloading old R Environments/Workspaces

2019-07-03 Thread Spencer Brackett
I do have a script available, though it is not in a traditional R script file/document, but an .Rhistory file as well as on Notepad. Is there a way I can convert one or both of these file types into an R script file so that I can run the commands directly to my console? Best, Spencer On Wed, Jul

Re: [R] Reloading old R Environments/Workspaces

2019-07-03 Thread Jeff Newmiller
Saving/loading does not affect the status of packages being loaded or not, which may affect how useful those objects are. This is why I depend on having a script that can reproduce my results at all times, and only use the load/save feature to minimize the number of times I have to re-do long

[R] Reloading old R Environments/Workspaces

2019-07-03 Thread Spencer Brackett
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 t