Skip to content
Prev 13815 / 398502 Next

Characters vectors, NA's and "" in merges

On Wed, 26 Sep 2001, David Kane <David Kane wrote:

            
Take a look.  b$y is a factor with levels "a" and "b", and a missing first
value.
That is the correct answer. Because you asked for all.x=TRUE, you
got a missing value there in row 4 col 2.
You cannot avoid it being taken as the missing value, AFAIK.