Skip to content

tab_spanner_delim with gather = TRUE not working #626

@pdeffebach

Description

@pdeffebach

Here is an MWE

r$> df = tibble(A_X = c(1), B_X = c(2), A_Y = c(3), B_Y = c(4))                                          

r$> gt(df) %>% tab_spanner_delim(delim = "_", gather = TRUE) 

Gives me this:

Screenshot from 2020-07-22 12-32-54

From the docstring, we gather = TRUE should re-arrange the columns.

On version 0.2.1

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions