Skip to content
Prev 138627 / 398503 Next

Replace values in data.frame conditional on another data.frame

Try 
bb[is.na(aa)] <- NA

It may be simple but it is not necessarily obvious :)
--- Carson Farmer <cfarmer at uvic.ca> wrote: