Skip to content
Prev 307069 / 398506 Next

How to add a new row in to an existing data set in R Language?

Hi,
On Fri, Oct 5, 2012 at 12:27 AM, killerkarthick <karthick.gdi at gmail.com> wrote:
To me this example looks plain wrong. You end up with a row that
contains the date of birth for subject 104 and the date of informed
consent for subject 105.

If this really is the situation you face, I suggest correcting the ID
before merging.
OK, then fix your ID numbers and use merge(DF1, DF2).

Best,
Ista