Greetings, Running R 3.5.0 under Windows 7 typeof(c(1,"2")) yields "character" as expected. But in d.f <- data.frame(C=c(1,"2")) typeof(d.f$C) yields "integer". Is this a bug? Michael Meyer ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
- [Rd] inconsistent behaviour of c(...) Michael Meyer via R-devel
- Re: [Rd] inconsistent behaviour of c(...) Peter Langfelder
- Re: [Rd] inconsistent behaviour of c(..... Rui Barradas
- Re: [Rd] inconsistent behaviour of ... Rui Barradas
- [Rd] Use of restricted c++ keyw... Travers Ching