Skip to content

rbind data.frames with character vectors?

1 message · Brian Ripley

#
I have put some bug fixes in R-devel (to be 1.7.0) which make this work
(and sorted out quite a few other anomalies, not all of which work
correctly in current S-PLUS).

My advice remains to use I(), as I think there are other functions (e.g.  
merge, possibly) which may not expect `raw' character columns in data
frames.
On Mon, 31 Mar 2003, Prof. Brian Ripley wrote: