...
>
> After either method, you can `cbind` to that dfrm object to your heart's 
> content, because the cbind.data.frame method is dispatched.
>
> --
> David.
>

... But of course, this is unnecessary anyway, as:

"The cbind data frame method is just a wrapper for data.frame(...,
check.names = FALSE). This means that it will split matrix columns in
data frame arguments, and convert character columns to factors unless
stringsAsFactors = FALSE is specified."


Cheers,
Bert

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.

Reply via email to