similar to: I have some problem about "save and open"

Displaying 20 results from an estimated 20000 matches similar to: "I have some problem about "save and open""

2008 Aug 07
3
how to save an R object selectively?
Hi, How to save an R object for example a matrix or vector and not all objects created in a session (which is usually performed by save.image or q("yes"))? Best, Carol [[alternative HTML version deleted]]
2008 Oct 10
2
Fatal error: unable to restore saved data in .RData
Hello, I am unable to start an R session by double-clicking on an existing .RData file from the Windoze file explorer. A dialogue appears with the message "Fatal error: unable to restore saved data in .RData", and I notice in the R Console the last few lines are: "Loading required package: R2HTML NULL error in function () : unused argument(s) (1:43)" I tried starting
2006 Nov 27
5
automatic cleaning of workspace
I'm having that problem where I am sometimes using an object that's from a previous workspace when I don't want to be doing that. I was thinking of putting rm(objects=ls()) in my first.R function But, the problem with doing this, is that it doesn't prompt you with "are you sure" and there could be very rare cases where I don't want to delete the workspace ? Is there a
2007 Feb 12
1
'Save Workspace' gives "recursive default argument reference" -- workaround?
When signing off R or trying to save a workspace in Windows XP pro SP2, I receive the following error message - save.image("C:\\Program Files\\R\\R-2.4.1\\Responses3.RData") Error in save.image("C:\\Program Files\\R\\R-2.4.1\\Responses3.RData") : recursive default argument reference Everything else seems to work fine, and the only function I have written
2004 May 11
2
How to import file from excle?
Hi R-help I have some question. First I have data in Excle ,then I would like to fit distribution from this data, how to import this data from excle? What's command? Thaks for first answer Second I learn R program from The Basics of S and S-plus book because it's basic, and then when I use command is attact(geyser) [follow from book] but I can't . Because it's command only S
2011 Dec 18
1
Saving nothing with save()
Scenario: Here I am working away in R. I've got results that prove global warming is anthropogenic and also the solution for producing limitless carbon-neutral energy from nuclear fusion. Its been a good day. So, I want to save my work. I don't want to overwrite my current .RData, so I save it to another file: save(file="prize.RData") # just need to email this to the Nobel
2017 Oct 25
1
How to save and restore a workspace
Saving your workspace means that the variables you currently have defined in your session [ everything that shows up when you type ls() ] are saved to a file, by default named ?.RData?. To restore the workspace, you use the ?Load Workspace? command and navigate to the (same) .RData file. Its default location for Windows, as far as I know, is your ?Documents? folder. So look there. I see that you
2008 Jan 08
1
use "save.image" inside a function?
Hi, All I'm trying to save the workspace as a Check Point for possible future come back. The "save.image" function works if the whole coding is in a main function: rm(list=ls()) t = 1 t = t+1 print(paste("before",t)) # [1] "before 2" save.image("tt.RData") t = t+1 print(paste("after",t)) # [1] "after 3"
2010 May 31
3
How to delete the previously saved workspace restored
Dear all, I am a new user of R, here I have a question about remove the previous restored workspace. I saved the workspace last time, but R always automatically load the workspace when I open it. I try to remove the object and then close R without saving. But next time when I open R, it always load the previous workspace. I want to delete the .RData in the directory, but I have no clue
2009 May 16
3
How to save R "clean" sessions in BATCH mode?
Thanks a lot for all of you that have reply me about opening and ending R workspaces in BATCH mode. However replies were a king general and I?m afraid I could not take the entire message from them. Therefore I chose to expose here a representative fraction of my work. I have 50 Rdata files (F1,F2,F3,F4, ,F50) with objects inside. I need to: open F1: - perform some simple operations
2005 Mar 11
1
difficulties with the save.image() function
Dear list, I've had difficulty saving my workspace to an .RData file. This causes considerable frustration as it means that I have to regenerate my analysis every time I want to update it. For microarray data in particular, this can be quite time consuming. I'm saving my data to a network folder on my system in Windows XP, something like an "H:\" drive or a "P:\"
2002 Apr 07
2
save.image() error
Running 1.4.1 (Windows) under Windows XP Pro. Have had no difficulty for several weeks since moving to the new OS. Today, while checking the behavior of my mouse, I loaded Rgui as usual. I then immediately tried to exit the program. Upon exiting, I got the following message: Error in save.image(name) : image could not be renamed and is left in .RDataTmp I can move the .RData file to any
2017 Oct 23
0
How to save and restore a workspace
Hi Jon, Saving your workspace doesn't mean that everything will be rerun when you start a new R session. I just means that persistent objects like data frames will be there. If you type: objects() you will see all of those things that were there when you ended in the last session. Things like commands will be in the "history", so you can retrieve them just as you did at the end of
2010 Nov 14
3
How to permanently remove [Previously saved workspace restored]
Win 7 64 bit R version 2.11.1 (2010-05-31) How to permanently remove; [Previously saved workspace restored] > rm (list = ls( )) On next start it still displays; ..... [Previously saved workspace restored] There is a file keeping the previous data on Linux .Rdata How about on Windows? TIA B.R. Stephen L
2017 Oct 23
4
How to save and restore a workspace
Hello, I recently downloaded R in hopes of learning to use it for statistics. I have promptly run into a problem, as I am unable to save, and later recover, a workspace so I can resume work where I left off. I am using Windows. I indicate "yes" to the pop up after q(). Then when I later reopen R Console and click on File, I cannot get my prior workspace to appear in the R Console
2006 Aug 09
1
unable to restore saved data
Lately, when I try to open R I get the following error message: Error: object 'time' not found whilst loading namespace 'tseries' Fatal error: unable to restore saved data in .RData If I rename .RData to RData.RData and then try opening R again it works. Then I can load("RData.RData") without a problem. But if I try saving my workspace (as the default,
2007 Jul 11
2
Previously saved workspace restored
hi there, i an beginner of R. some one have sent me a file (extension is .Rdata). i have installed R in my computer and i just double clicked the data. then it automatically opened R programme and displayed that [previously saved workspace restored]. the following message was displayed. Type 'demo()' for some demos, 'help()' for on-line help, or'help.start()' for an
2005 Mar 08
5
removing message: [Previously saved workspace restored]
Dear All, I saved by mistake the environment I was working in after typing q(), and now I get the annoying message: [Previously saved workspace restored] I have already deleted all the objects in the environment, saving it as an empty environment, so it's just a matter of nitpicking I suppose. The message does not appear if I start R from any other place in the directory tree. I am
2008 Apr 15
2
Thai keyboard input does not work
Hello *, I'm currently migrating a friend to Kubuntu 7.10. He's forced to use a service which works with IE only (no other browser can display their website). Fortunately, IE6 works with Wine (I used ies4linux 2.99.0 (http://www.tatanka.com.br/ies4linux) to set it up), but unfortunately only with the English keyboard layout: When we switch to Thai (KDE shortcut Ctrl-Alt-K), the focused
2005 Oct 19
2
Error in opening .RData containing a genefilter object
Hi, I discover that when I save a workspace containing a genefilter (pkg from Bioconductor) object I cannot open no more after. I have to restore the .RData file from a backup to be able to start R again. I didn't upgrade to Version 2.2 but I'm not sure that it will solve the problem. Did anyone have encounter the same problem? Below is a short r session to reproduce the error: ...