Skip to content

Dimensions should be printed as nrows x ncols #2

@cgiachalis

Description

@cgiachalis

The header is :
# Data frame like object (class data.frame) 1 x 3:

But was the intention this?
# Data frame ... 3 x 1:

Example:

colorDF::print_colorDF(data.frame(oops = c(1:3)), tibble_style = TRUE)
#> # Data frame like object (class data.frame) 1 x 3: 
#>  │oops 
#>  │<int>
#> 1│    1
#> 2│    2
#> 3│    3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions