Let\'s assume I have a simple data.frame:
> d <- data.frame(A=1, B=2)
Now I want to add 3 columns, {X, Y, Z} stored in a vector to it.