Skip to content

name = NULL argument gives surprising results with enframe() #449

@krlmlr

Description

@krlmlr
tibble::enframe(1:3, name = NULL)
#> # A tibble: 3 x 2
#>   value  `NA`
#>   <int> <int>
#> 1     1     1
#> 2     2     2
#> 3     3     3

Created on 2018-08-05 by the reprex package (v0.2.0).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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