Displaying 1 result from an estimated 1 matches for "subfinspt".
2009 Feb 19
2
problem with using %in% condition while using in if() condition
Hi all,
I got one problem with using %in% condition while using in if() condition
where
I used the condition as
if(SubFinSpt$SPECIMENTYP %in% CAP$SPECIMENTYP)
this "if()" condition is in "else" condition
and hear "*SubFinSpt$SPECIMENTYP*" having only one value but
"*CAP$SPECIMENTYP"
*having nearly 20 SPECIMENTYP's
while applying this condition I got one warni...