In a recent version NA values were set to write as NULL (see #44). This seem problematic to me.
when you read the data back bson NULL is converted back to R NULL which means you cannot use mongo.find.all with data.frame=TRUE because you cannot have NULL in your data.frame (length zero). Is there not a more proper bson NA? What was wrong with nan?
In a recent version NA values were set to write as NULL (see #44). This seem problematic to me.
when you read the data back bson NULL is converted back to R NULL which means you cannot use mongo.find.all with data.frame=TRUE because you cannot have NULL in your data.frame (length zero). Is there not a more proper bson NA? What was wrong with nan?