Skip to content

tibble() should silently drop NULL columns #580

Description

@hadley

To be consistent with tidyverse/design#24

And it would also make tibble(x = 1, y = NULL) return the same as:

df <- tibble(x = 1)
df$y <- NULL

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions