Good Day! Could you please help us with R language? Our question is to learn editing in the R editor. While typing in the R-editor, how can we make changes if we typed something wrong in the previous lines of the program. How to save and reload a program in R? Your help will be appreciated. With best regards, Sarjinder [[alternative HTML version deleted]]
PLEASE do read the posting guide: <http://www.R-project.org/posting-guide.html> AND provide commented, minimal, self-contained, reproducible code ////// ......or at least a description of what you have tried without success to do. Operating system details? (as outlined in the posting guide.) On Apr 27, 2009, at 1:29 PM, Sarjinder Singh wrote:> Good Day! > > Could you please help us with R language? > > Our question is to learn editing in the R editor. While typing in > the R-editor, how can we make changes if we typed something wrong in > the previous lines of the program. How to save and reload a program > in R? > > Your help will be appreciated. > > > With best regards, > > Sarjinder > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.David Winsemius, MD Heritage Laboratories West Hartford, CT
Hi r-help-bounces at r-project.org napsal dne 27.04.2009 19:29:35:> Good Day! > > Could you please help us with R language? > > Our question is to learn editing in the R editor. While typing in theR-> editor, how can we make changes if we typed something wrong in theprevious UP arrow?> lines of the program. How to save and reload a program in R??save, load, source, maybe save history in some other file, edit this file in suitable editor and copy it to command window? Much of it you can find in any intro document. Regards Petr> > Your help will be appreciated. > > > With best regards, > > Sarjinder > > > > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guidehttp://www.R-project.org/posting-guide.html> and provide commented, minimal, self-contained, reproducible code.