On Fri, 12 Sep 2003 11:43:43 -0300 (ART), <[EMAIL PROTECTED]> wrote >> f<-file.choose() >> save(nbre,file=f) > >But I should create the file before electing it, there is not form of >opening a window of I talk and to keep with a name that I can put in that >window? Does not something exist as >file.choose.save? . Thanks Ruben
The argument to the save function can be the result of a calculation, so you could have save(nbre, file=file.choose()) Duncan Murdoch ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
