Skip to content

Should tibble() wrap errors? #1599

@hadley

Description

@hadley

I think it would be nice if this:

tibble::tibble(x = stop("!"))
#> Error in eval_tidy(xs[[j]], mask): !

Looked like this?

tibble::tibble(x = stop("!"))
#> Error in tibble():
#> Failed to evaluate column `x`
#> Caused by error:
#> !

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions