Adding missing data to dataset R

Hi!

I have a dataset in R similar to the one below. My datasets contains X people, each of which can be identified by either name or ID. After creating my dataset I have been able to find the missing names. How do I add these to my dataset?

Thanks!
Udklip

if the missing names have their ids listed along side then a simple join and coalesce operation should do it.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.