Message-ID: <CAAmySGN7wvj-YNFLtHKV-CFi+K=rKi6XjOrCocrWauaV8C-c9w@mail.gmail.com>
Date: 2012-02-24T14:15:22Z
From: R. Michael Weylandt
Subject: saving all data in r object
In-Reply-To: <1330008654712-4414058.post@n4.nabble.com>
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.