I want to assign 100 variables to 100 values. How can I do this?
For example if I want x1, x2, x3, .... x100 to be assigned with 100 values at once (say x1 = 5, x2 = "c143", x3 = 0, ....)
What is the way to do this? Please advise, didn't find a way to do this here/Dr. G. I have tried lapply/sapply/for loops but maybe there is more easy straight forward way?