Skip to content
Prev 304929 / 398503 Next

How can I improve an ugly, dumb hack

Hi Bert,
maybe I'm missing the point, but

dd<-cbind(d,m)

does 1, 2 and 3 as desired:

n <- data.frame(nx=letters[7:9], ny = 7:9)
str(cbind(d,m,n))

t<-letters[7:9]
str(cbind(d,t))

cheers.


Am 06.09.2012 18:03, schrieb Bert Gunter: