Skip to content
Prev 247520 / 398506 Next

Finding NAs in DF

building on the previous responses, does this give you what you want:
A  B
1  1  1
2  2 NA
3 NA NA
4 NA  4
[1] ""    "B"   "A,B" "A"
On Mon, Jan 17, 2011 at 5:01 AM, Johannes Graumann
<johannes_graumann at web.de> wrote: