Skip to content

add_row() for list columns #148

@krlmlr

Description

@krlmlr

should add NULL, currently:

> rbind(data_frame(a = list(1)), data_frame(a = NA))
# A tibble: 2 × 1
          a
*    <list>
1 <dbl [1]>
2 <lgl [1]>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions