Displaying 2 results from an estimated 2 matches for "savetoconn".
2007 Jan 05
1
Error in save function
...to save same objects in workspace, but the next error
message is show in line command,
save(area,cent,larg,mran,eddy,dia,vort,slan,file="stat.Rdata")
Erro en save.default(area, cent, larg, mran, eddy, dia, vort, slan, file
= "stat.Rdata") :
5 arguments passed to 'saveToConn' which requires 6
Is there a way to help me solve this problems?
Thank
Fernando
2007 Apr 15
1
save() and interrupts
Hi,
are there any (cross-platform) specs on what the saved filed is if
save() is interrupted, e.g. by a user interrupt? It could be
non-existing, empty, partly written, or completed.
Thanks
Henrik