Skip to content

Wrong width calculation for non-syntactic names #258

@krlmlr

Description

@krlmlr

They are escaped twice, tibbles with many such columns may have columns removed without apparent reason.

print(tibble::tibble("mean(x)" = 5, "var(x)" = 3), width = 28)
#> # A tibble: 1 x 2
#>   `mean(x)`
#>       <dbl>
#> 1         5
#> # ... with 1 more
#> #   variables:
#> #   `var(x)` <dbl>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions