[this question is edited]
I want to simplify my question - I hope that will lead to understanding enough to answer the more complex one myself.
How can I create the variables a:i in R with a for-loop?
for(i in a:i) { "create variable [i]"
}
Thank you very much for your help!