Skip to content
Prev 274161 / 398506 Next

Append data to vector form a column of a dataframe

Hi Dom,

This is because "3" is recycled. It is necessary because the number of 
columns have to be the same for every row.

Try this instead:
c(test$a, 2)  ## you wrote "3" but meant "2" I guess

HTH,
Ivan

Le 10/12/2011 10:47, behave a ?crit :