[R] saving all data in r object

R. Michael Weylandt michael.weylandt at gmail.com
Fri Feb 24 15:15:22 CET 2012


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_4u at 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 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.



More information about the R-help mailing list