Displaying 1 result from an estimated 1 matches for "_akt".
Did you mean:
_a
2010 Mar 24
3
How to use the paste function to create an already used variable
Hi there,
I have the following problem
Four data frames exist:
data1
data2
data3
data4
Now I want to write a loop and temporarily store the data1, data2,
data3, data4 in a variable called data.
I tried the following...
for (i in 1:4) {
Data <- paste("data",i,sep="")
...
..
}
but it doesn't function. I think the problem is the definition of the
mode of the pasted