Skip to content

bind_rows() does not check list contents #5417

@lionel-

Description

@lionel-

before calling new_data_frame():

dplyr::bind_rows(list(x = 1), list(x = 1, y = 1:2))
#> Error: Internal error in `vec_assign()`: `value` should have been recycled to fit `x`.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behaviorvctrs ↗️

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions