Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

as_tibble_row() works for arbitrary vectors #905

Merged
merged 5 commits into from
Jul 21, 2021

Conversation

krlmlr
Copy link
Member

@krlmlr krlmlr commented Jul 20, 2021

Closes #797.

@krlmlr krlmlr requested a review from lionel- July 20, 2021 08:23
x <- set_repaired_names(x, repair_hint = TRUE, .name_repair)
names <- vectbl_names2(x, .name_repair = .name_repair)

if (is_bare_list(x)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a comment that this can be simplified once r-lib/vctrs#1226 is merged?

@krlmlr krlmlr merged commit ac97b3e into master Jul 21, 2021
@krlmlr krlmlr deleted the f-797-as-tibble-row-arbitrary branch July 21, 2021 03:51
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

as_tibble_row() doesn't work with date vectors
2 participants