Skip to content

Tweak new_data_frame() for better tibble support #892

@krlmlr

Description

@krlmlr

In its current form, new_data_frame() is next to useless for tibble. We need a way to keep the attributes of x and to ignore row.names and names in ....

The current code in tibble is fine, I wonder if we can find a way to remove the two C helper functions and use vctrs::new_data_frame(). This seems to require a code that efficiently merges two pairlists (similarly to modifyList()).

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