Skip to content
Prev 294223 / 398503 Next

Interweaving of two datasets

Hello,
You wont lose rows, don't worry.

Two notes: merge uses the common columns in both data.frames, so by.x and
by.y aren't
really needed but they wont hurt.
And second, from the help page for 'attach', "attach can lead to confusion.
" That's why I've used 'with'
See it's help page

?with

(Or the way it was used.)

Rui Barradas

lunarossa wrote
--
View this message in context: http://r.789695.n4.nabble.com/Interweaving-of-two-datasets-tp4608505p4624958.html
Sent from the R help mailing list archive at Nabble.com.