Skip to content

Strange behavior with [, , drop = TRUE] and nrow() == 1 #442

Description

@krlmlr
tibble::tibble(a = 1:3, b = 4:6)[1,, drop = TRUE]
#> $a
#> [1] 1
#> 
#> $b
#> [1] 4

Created on 2018-07-30 by the reprex package (v0.2.0).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions