You have three problems: 1) You don't post with context 2) You have a (likely OS permissions) issue that keeps you from accessing the RData file 3) You can't put a whole bunch of data in a single element of an object (ie., you are trying to put a column of data in a single element of an object: if the column is long, this is a problem)
Michael On Thu, Feb 23, 2012 at 9:50 AM, uday <uday_143...@hotmail.com> wrote: > Michael , the first error which I got is > "number of items to replace is not a multiple of replacement length" > sorry last time it did not copied whole thing > > > > -- > View this message in context: > http://r.789695.n4.nabble.com/saving-all-data-in-r-object-tp4413092p4414058.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@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. ______________________________________________ R-help@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.