Skip to content
Back to formatted view

Raw Message

Message-ID: <131205074.183816.1342767035405.JavaMail.apache@mail22.abv.bg>
Date: 2012-07-20T06:50:35Z
From: Martin Ivanov
Subject: why does this simple example NOT work?

Hello,

I want to create and save objects in a loop, but this is precluded by the following obstacle:
this part of the script fails to work:

assign(x=paste("a", 1, sep=""), value=1);
save(paste("a", 1, sep=""), file=paste(paste("a", 1, sep=""), ".RData", sep=""))

Do you know any workaround? I am already out of ideas.

Best regards,

Martin