Is it possible to add “base::is.na” function in assign methods?

If not what would you suggest as a workaround?

Hi @jch,

You can do that using the ds.Boole function to create a logical vector with TRUE for NAs in a vector and FALSE otherwise.