[R] creating a function

Richard M. Heiberger rmh at temple.edu
Tue Apr 17 02:51:26 CEST 2007


> name <- letters[1:4]
> data.frame(name, stringsAsFactors=FALSE)
  name
1    a
2    b
3    c
4    d



More information about the R-help mailing list