> name <- letters[1:4] > data.frame(name, stringsAsFactors=FALSE) name 1 a 2 b 3 c 4 d
______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
