Skip to content
Prev 286310 / 398502 Next

saving all data in r object

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: