Hi,

On Wed, Feb 22, 2012 at 4:47 AM, arunkumar1111 <akpbond...@gmail.com> wrote:
> Hi,
>
> I have a dataset
>
>        X         Y
> A=   10      15
>        20      30
>        40      50
>
> B =   X     Z
>        10   30
>        20     50
>
> I have a table   containing X Y Z columns

A table, or is this another data frame?

> How to insert a data frame into the table without using for loop ?

What do you want the data frame to look like? Does it contain
data already? Might merge() be of use?

> now currently i'm using the for loop with using the insert command?

I'm entirely unfamiliar with an insert command. Please be more explicit
about what you are doing, and what you expect the result to be. A
small reproducible example is most helpful.

Sarah

-- 
Sarah Goslee
http://www.functionaldiversity.org

______________________________________________
R-help@r-project.org 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.

Reply via email to