Skip to content
Prev 306243 / 398506 Next

add a data frame to my data frame

How about:
ID        myframestime Hunger Temp Rain
1  Bert 2012-09-24 10:00:00      2 <NA> <NA>
2  Bert 2012-09-25 10:00:00      2   27    2
3 Ernie 2012-09-24 09:00:00      1   25  0.1
4 Ernie 2012-09-25 09:00:00      1   30    5

No need to feel dumb, but learning to use rseek.org to search for R
topics might help you solve some of your own problems. In this case
searching for merge data frames gives you all sorts of useful
information.

And thank you for providing a simple reproducible example!

Sarah
On Tue, Sep 25, 2012 at 10:44 AM, Tagmarie <Ramgad82 at gmx.net> wrote: