Skip to content

appending frames

3 messages · Matthew Kushner, Thomas Lumley, Brian Ripley

#
Maybe some knowledgable R-user can clear up a question I have. Is there any way, given two frames with identical attributes, to append them? If you simply "append" or "c" them, it just creates a list with two distinct frames as members. I want them to be merged.

thanks,

matthew kushner
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20001111/ad736b47/attachment.html
#
On Sat, 11 Nov 2000, Matthew Kushner wrote:

            
rbind()

Thomas Lumley
Assistant Professor, Biostatistics
University of Washington, Seattle

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
On Sat, 11 Nov 2000, Matthew Kushner wrote:

            
rbind?