Loading...
 
Tiki and PluginR

Tiki and PluginR


Re: Recording different RDatas for different users

posts: 14 SPAIN

Hi again Xavi,

I've updated the PluginR to v0.85. However, I understand that this improvement allows us to record different Rdata files depending on each itemID (and so on different users).

But the fact is that, what I'm trying to do is to use different Rdatas for each user (regardless the itemID).

That is, what I want to do is that each user has its unique Rdata (always). That's the reason I would want to save different Rdata's depending on the name of each user. One way could be by using this command:

user_name="{$f_180}"
personal_dataset=paste("Dataset_",user_name,".RData", sep = "")
save.image(personal_dataset)

,where field 180 indicates the name of the user when registrating for the very first time (from the tracker: New User Registration Form). But it doesn't work... (I suppose it's because of the type of tracker)

Any idea to do that?

Cheers

Moisés

There are no comments at this time.