[R] c/cbind/rbind of factor variables

Chong Gu chong at stat.purdue.edu
Sat Feb 1 17:58:02 CET 2003


I guess this is a feature

> c(as.factor(2),as.factor(3))
[1] 1 1

But is there a way to turn off the feature and return the following?

[1] 2 3

Thanks for any pointer.

Chong Gu




More information about the R-help mailing list