Skip to content

rbind_list/rbind_all should accept lists as inputs #749

@hadley

Description

@hadley

Not entirely sure how this should work, but often you get lists that are structure like a data frame (e.g. each element is a vector of the same length), but don't have the write attributes. It would be nice to be able to convert directly to one data frame, rather than having to convert each one first.

x <- list(list(a = 1, b = 2), list(a = 3, b = 4))
rbind_all(x)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions