Skip to content

NA written as NULL and read back as NULL #79

@stanstrup

Description

@stanstrup

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions